Skip to content

Commit 3fa0784

Browse files
authored
enable serverside apply for tf-controller install (#249)
Signed-off-by: Nima Kaviani <[email protected]>
1 parent a88f8e2 commit 3fa0784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/terraform-integrations/tofu-controller.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: 'https://flux-iac.github.io/tofu-controller'
14-
targetRevision: v0.15.0
14+
targetRevision: v0.15.1
1515
helm:
1616
releaseName: tf-controller
1717
values: |
@@ -29,4 +29,5 @@ spec:
2929
prune: true
3030
selfHeal: true
3131
syncOptions:
32-
- CreateNamespace=true
32+
- CreateNamespace=true
33+
- ServerSideApply=true

0 commit comments

Comments
 (0)