From 58da150be1fe4727ce3423823414f8dd4c8e74d0 Mon Sep 17 00:00:00 2001 From: Nima Kaviani Date: Mon, 13 May 2024 23:19:39 -0700 Subject: [PATCH] enable serverside apply for tf-controller install fixes The ConfigMap is invalid: metadata.annotations: Too long when installing the controller Signed-off-by: Nima Kaviani --- examples/terraform-integrations/tofu-controller.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/terraform-integrations/tofu-controller.yaml b/examples/terraform-integrations/tofu-controller.yaml index 3d4b605a..1dd990e0 100644 --- a/examples/terraform-integrations/tofu-controller.yaml +++ b/examples/terraform-integrations/tofu-controller.yaml @@ -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: | @@ -29,4 +29,5 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + - ServerSideApply=true