Merge "postgresql: Add metadata labels to CronJob"
This commit is contained in:
commit
977012ec91
@ -26,6 +26,8 @@ metadata:
|
||||
name: postgresql-backup
|
||||
annotations:
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
|
||||
labels:
|
||||
{{ tuple $envAll "postgresql-backup" "backup" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
spec:
|
||||
schedule: {{ .Values.jobs.backup_postgresql.cron | quote }}
|
||||
successfulJobsHistoryLimit: {{ .Values.jobs.backup_postgresql.history.success }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user