mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-24 01:52:14 +01:00
Work around the immutability of job attributes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .Release.Name }}-cert-gen-job"
|
name: "{{ .Release.Name }}-cert-gen-job-{{ .Release.Revision }}"
|
||||||
labels:
|
labels:
|
||||||
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
|
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user