File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ spec:
107107 - name : concourse-keys
108108 mountPath : {{ .Values.worker.keySecretsPath | quote }}
109109 readOnly : true
110- - name : pre-stop-hook
110+ - name : concourse-worker
111111 mountPath : /pre-stop-hook.sh
112112 subPath : pre-stop-hook.sh
113113 {{- if and (not (kindIs "invalid" .Values.secrets.workerAdditionalCerts)) (.Values.secrets.workerAdditionalCerts | toString) }}
@@ -161,7 +161,7 @@ spec:
161161{{- if .Values.worker.additionalVolumes }}
162162{{ toYaml .Values.worker.additionalVolumes | indent 8 }}
163163{{- end }}
164- - name : pre-stop-hook
164+ - name : concourse-worker
165165 configMap :
166166 name : {{ template "concourse.worker.fullname" . }}
167167 - name : concourse-keys
You can’t perform that action at this time.
0 commit comments