Publish new changes in catalog

This commit is contained in:
sonicaj
2025-01-19 07:19:28 +00:00
parent e6ae1c8da1
commit daa87ecd8c
168 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
{{- define "postgres.workload" -}}
{{- $backupSecretName := "postgres-creds" -}}
{{- if eq (include "nextcloud.is-migration" $) "true" }}
{{- $backupSecretName = "postgres-backup-creds" -}}
{{- end }}
workload:
{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
"backupSecretName" $backupSecretName
"resources" .Values.resources
"imageSelector" "ncPostgresImage"
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
{{- end -}}