From e0e9e623a3031863f977db2d20204c660682356a Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Thu, 12 Mar 2020 21:52:05 -0500 Subject: [PATCH] Remove extra securityContext in postgresql backup cron job Change-Id: I0a55f06fe93f7ab0852621fd9927542d87d1be7e --- postgresql/templates/cron-job-backup-postgres.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/postgresql/templates/cron-job-backup-postgres.yaml b/postgresql/templates/cron-job-backup-postgres.yaml index a1d3244ed6..926d78358d 100644 --- a/postgresql/templates/cron-job-backup-postgres.yaml +++ b/postgresql/templates/cron-job-backup-postgres.yaml @@ -88,7 +88,6 @@ spec: subPath: admin_user.conf readOnly: true restartPolicy: OnFailure - securityContext: {} serviceAccount: {{ $serviceAccountName }} serviceAccountName: {{ $serviceAccountName }} volumes: