We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d278e + b3a9db1 commit 6b8e4ddCopy full SHA for 6b8e4dd
1 file changed
charts/workflow/templates/upgrade-job.yaml
@@ -1,15 +1,13 @@
1
apiVersion: batch/v1
2
kind: Job
3
metadata:
4
- name: deis-upgrade
+ name: {{ randNumeric 12 | printf "%s-%s" "deis-upgrade"}}
5
labels:
6
heritage: deis
7
annotations:
8
"helm.sh/hook": post-upgrade
9
spec:
10
template:
11
- metadata:
12
13
14
containers:
15
0 commit comments