fix(atlantis): Remove db secret and autosync
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
atlantis:
|
atlantis:
|
||||||
enabled: false
|
enabled: {{ if or (eq .Environment.Name "prod") (eq .Environment.Name "beta") }}true{{ else }}false{{ end }}
|
||||||
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
|
||||||
env: {{ .Environment.Name }}
|
env: {{ .Environment.Name }}
|
||||||
|
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ resources:
|
|||||||
- configurations.yaml
|
- configurations.yaml
|
||||||
- secretstore.yaml
|
- secretstore.yaml
|
||||||
- keyvault.yaml
|
- keyvault.yaml
|
||||||
|
- remove-db-secret.yaml
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: beta-atlantis-db-superuser
|
||||||
|
$patch: delete
|
||||||
Reference in New Issue
Block a user