feat(helmfile): Add support for argocd git-ops deployment

This commit is contained in:
Dominik Kaminski
2024-07-07 16:51:47 +02:00
parent 603b102f41
commit 9f081d8567
34 changed files with 106 additions and 4 deletions

View File

@@ -90,6 +90,8 @@ persistence:
storageClass: {{ .Values.persistence.storageClassNames.RWO | quote }}
size: {{ .Values.persistence.size.postgresql | quote }}
podAnnotations: {}
postgres:
password: {{ .Values.secrets.postgresql.postgresUser | quote }}