fix(atlantis): Remove db secret and autosync

This commit is contained in:
2026-02-12 16:47:22 +01:00
parent b72fd6270d
commit 966c1bb92c
3 changed files with 7 additions and 3 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
atlantis:
enabled: false
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
enabled: {{ if or (eq .Environment.Name "prod") (eq .Environment.Name "beta") }}true{{ else }}false{{ end }}
env: {{ .Environment.Name }}