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