From 486a5513a8bc63b00384e4cba3dc1fbbd4af27b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Thu, 14 Nov 2024 17:19:03 +0100 Subject: [PATCH] remove pullSecret deployment job --- opensource/templates/backup-and-clean-job.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/opensource/templates/backup-and-clean-job.yaml b/opensource/templates/backup-and-clean-job.yaml index 782967c..47bd2b1 100644 --- a/opensource/templates/backup-and-clean-job.yaml +++ b/opensource/templates/backup-and-clean-job.yaml @@ -10,8 +10,6 @@ spec: spec: template: spec: - imagePullSecrets: - - name: {{ .Values.imagePullSecrets.name }} containers: - name: remove-expired-files-cronjob image: '{{ .Values.mediaProvider.backupAndCleanJob.imageName }}:{{ .Values.mediaProvider.backupAndCleanJob.imageVersion }}'