Merge "postgresql: Add metadata labels to CronJob"

This commit is contained in:
Zuul 2020-03-20 04:57:01 +00:00 committed by Gerrit Code Review
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 }}