fix: only sync atlantis db secrets if bootstrap is enabled
This commit is contained in:
@@ -11,6 +11,7 @@ data:
|
||||
username:
|
||||
password:
|
||||
{{- else }}
|
||||
{{- if .Values.cluster.bootstrap.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
@@ -34,3 +35,4 @@ data:
|
||||
ca.crt: ""
|
||||
ca.key: ""
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user