chore: correct pre upgrade pod name
Correct `pre-upgrade job` pod name. Ref: 5131 Signed-off-by: James Lu <james.lu@suse.com>
This commit is contained in:
parent
1ce0fbabc1
commit
a929ab5644
@ -16,7 +16,7 @@ spec:
|
||||
labels: {{- include "longhorn.labels" . | nindent 8 }}
|
||||
spec:
|
||||
containers:
|
||||
- name: longhorn-post-upgrade
|
||||
- name: longhorn-pre-upgrade
|
||||
image: {{ template "registry_url" . }}{{ .Values.image.longhorn.manager.repository }}:{{ .Values.image.longhorn.manager.tag }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
command:
|
||||
|
Loading…
Reference in New Issue
Block a user