fix: only sync atlantis db secrets if bootstrap is enabled

This commit is contained in:
2025-01-31 13:25:45 +01:00
parent 8421acaa25
commit 6976ea8d93
+2
View File
@@ -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 }}