Skip to content

Commit

Permalink
enable serverside apply for tf-controller install (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Nima Kaviani <[email protected]>
  • Loading branch information
nimakaviani authored May 14, 2024
1 parent a88f8e2 commit 3fa0784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/terraform-integrations/tofu-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
project: default
source:
repoURL: 'https://flux-iac.github.io/tofu-controller'
targetRevision: v0.15.0
targetRevision: v0.15.1
helm:
releaseName: tf-controller
values: |
Expand All @@ -29,4 +29,5 @@ spec:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
- ServerSideApply=true

0 comments on commit 3fa0784

Please sign in to comment.