feat(helmfile): Full ArgoCD support

This commit is contained in:
Dominik Kaminski
2024-10-01 12:04:42 +02:00
parent d641359c29
commit 7bf8e6976a
9 changed files with 25 additions and 16 deletions

View File

@@ -29,9 +29,6 @@ podSecurityContext:
fsGroup: 1001
fsGroupChangePolicy: "OnRootMismatch"
postgres:
user: "postgres"
replicaCount: {{ .Values.replicas.postgres }}
global:
@@ -90,9 +87,12 @@ persistence:
storageClass: {{ .Values.persistence.storageClassNames.RWO | quote }}
size: {{ .Values.persistence.size.postgresql | quote }}
podAnnotations: {}
podAnnotations:
argocd.argoproj.io/hook: "PostSync"
argocd.argoproj.io/hook-delete-policy: "BeforeHookCreation"
postgres:
user: "postgres"
password: {{ .Values.secrets.postgresql.postgresUser | quote }}
resources: