fix(atlantis): Remove db secret and autosync
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user