From df9d139889e6da0ef57a26d0e149b9cc6e48fd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Tue, 27 Jul 2021 14:04:42 +0200 Subject: [PATCH] Work around the immutability of job attributes --- .../templates/certificate-gen/job-certificate-gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml b/charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml index e5a11eb..a5d911c 100644 --- a/charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml +++ b/charts/imagepullsecret-injector/templates/certificate-gen/job-certificate-gen.yaml @@ -1,7 +1,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: "{{ .Release.Name }}-cert-gen-job" + name: "{{ .Release.Name }}-cert-gen-job-{{ .Release.Revision }}" labels: {{- include "imagepullsecret-injector.labels" . | nindent 4 }} spec: