File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ spec:
135
135
volumes :
136
136
{{- else if .Values.web.manualConfig.configMap.name }}
137
137
volumes :
138
+ {{- else if .Values.readinessProbe.useLabelPatcher }}
139
+ volumes :
138
140
{{- else if .Values.web.manualConfig.secret.name }}
139
141
volumes :
140
142
{{- end}}
@@ -273,7 +275,6 @@ spec:
273
275
secretName : {{ .Values.credentials.secret }}
274
276
{{- end }}
275
277
{{- if .Values.readinessProbe.useLabelPatcher }}
276
- volumes :
277
278
- name : state
278
279
emptyDir : {}
279
280
{{- end }}
@@ -412,11 +413,9 @@ spec:
412
413
volumeMounts :
413
414
{{- else if .Values.web.manualConfig.secret.name }}
414
415
volumeMounts :
416
+ {{- else if .Values.readinessProbe.useLabelPatcher }}
417
+ volumeMounts :
415
418
{{- end}}
416
- {{- if .Values.readinessProbe.useLabelPatcher }}
417
- - name : state
418
- mountPath : /etc/mqm/state
419
- {{- end }}
420
419
{{- if .Values.queueManager.nativeha.tls }}
421
420
{{- if .Values.queueManager.nativeha.tls.secretName }}
422
421
- name : ha-tls
@@ -511,6 +510,10 @@ spec:
511
510
- name : mq-credentials
512
511
mountPath : " /var/run/secrets"
513
512
{{- end }}
513
+ {{- if .Values.readinessProbe.useLabelPatcher }}
514
+ - name : state
515
+ mountPath : /etc/mqm/state
516
+ {{- end }}
514
517
securityContext :
515
518
allowPrivilegeEscalation : false
516
519
readOnlyRootFilesystem : {{ .Values.security.readOnlyRootFilesystem }}
You can’t perform that action at this time.
0 commit comments