Work around the immutability of job attributes

This commit is contained in:
Martin Šalata
2021-07-27 14:04:42 +02:00
parent 8a0f729f4b
commit df9d139889

View File

@@ -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: