Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Add Auto Apply for Run Triggers Support #558

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sheneska
Copy link
Contributor

@sheneska sheneska commented Feb 20, 2025

Description

This PR adds support for auto apply for run triggers. A new field autoapplyRunTrigger allows specifying the apply method for run triggers.

Usage Example

---
apiVersion: app.terraform.io/v1alpha2
kind: Workspace
metadata:
  name: this
spec:
  organization: kubernetes-operator
  token:
    secretKeyRef:
      name: tfc-operator
      key: token
  name: kubernetes-operator-demo
  applyMethod: auto
  autoApplyRunTrigger: <true / false>

References

#240

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@github-actions github-actions bot added documentation Improvements or additions to documentation crd helm-chart api golang size/XS labels Feb 20, 2025
@github-actions github-actions bot added size/S and removed size/XS labels Feb 20, 2025
@arybolovlev arybolovlev added this to the v2.9.0 milestone Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api crd documentation Improvements or additions to documentation golang helm-chart size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants