fix: misc fixes and simplifications for atlantis, sorcerer and plume
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
atlantis:
|
||||
enabled: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
atlantis:
|
||||
enabled: true
|
||||
autosync: true
|
||||
enabled: false
|
||||
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
||||
env: {{ .Environment.Name }}
|
||||
|
||||
|
||||
@@ -70,7 +70,9 @@ spec:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
# automated:
|
||||
# prune: true
|
||||
# selfHeal: false
|
||||
{{- if .Values.atlantis.autosync }}
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user