From e5c2267afe97458e41daa7d73f5708c9b2dfa7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20M=C3=BCller?= Date: Sun, 4 Feb 2024 22:11:25 +0100 Subject: [PATCH] feat(atlantis): disable not properly working repoConfig --- .../atlantis/atlantis/tyriis/helm-release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes/talos-flux/apps/atlantis/atlantis/tyriis/helm-release.yaml b/kubernetes/talos-flux/apps/atlantis/atlantis/tyriis/helm-release.yaml index e4b00129e..b108bd8ce 100644 --- a/kubernetes/talos-flux/apps/atlantis/atlantis/tyriis/helm-release.yaml +++ b/kubernetes/talos-flux/apps/atlantis/atlantis/tyriis/helm-release.yaml @@ -41,13 +41,13 @@ spec: ## Use Server Side Repo Config, ## ref: https://www.runatlantis.io/docs/server-side-repo-config.html ## Example default configuration - repoConfig: | - --- - repos: - - id: /.*/ - allowed_overrides: - - plan_requirements - - apply_requirements + # repoConfig: | + # --- + # repos: + # - id: /.*/ + # allowed_overrides: + # - plan_requirements + # - apply_requirements # repoConfig: | # ---