Skip to content

Commit

Permalink
Merge "Add missing security context template to mariadb-backup pod"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 11, 2020
2 parents d2d3b05 + 4397ed6 commit b05c640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mariadb/templates/cron-job-backup-mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
labels:
{{ tuple $envAll "mariadb-backup" "backup" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 12 }}
spec:
{{ dict "envAll" $envAll "application" "mariadb_backup" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 10 }}
serviceAccountName: {{ $serviceAccountName }}
restartPolicy: OnFailure
nodeSelector:
Expand Down

0 comments on commit b05c640

Please sign in to comment.