Skip to content

Commit a8d4d5f

Browse files
Rename worker configmap
Make configmap more generic Signed-off-by: David Rozé <[email protected]>
1 parent 84a3330 commit a8d4d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/worker-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)