File tree 3 files changed +12
-12
lines changed 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -282,21 +282,21 @@ imagePullSecrets:
282
282
{ {/* Environment variables required for invoker volumes configuration */} }
283
283
{ {- define " openwhisk.invoker.volumes" -} }
284
284
{ {- if eq .Values.invoker.containerFactory.impl " docker" } }
285
- { { include " openwhisk.docker_volumes" . | indent 6 } }
286
- - name: scripts-dir
287
- configMap:
288
- name: { { .Release.Name } }-invoker-scripts
285
+ { { include " openwhisk.docker_volumes" . } }
286
+ - name: scripts-dir
287
+ configMap:
288
+ name: { { .Release.Name } }-invoker-scripts
289
289
{ {- end } }
290
290
{ {- end } }
291
291
292
292
{ {/* Environment variables required for invoker volumes configuration */} }
293
293
{ {- define " openwhisk.invoker.volume_mounts" -} }
294
294
{ {- if (eq .Values.invoker.containerFactory.impl " docker" ) } }
295
- { { include " openwhisk.docker_volume_mounts" . | indent 8 } }
295
+ { { include " openwhisk.docker_volume_mounts" . } }
296
296
{ {- if .Values.invoker.containerFactory.networkConfig.dns.inheritInvokerConfig } }
297
- - name: scripts-dir
298
- mountPath: "/invoker-scripts/configureDNS.sh"
299
- subPath: "configureDNS.sh"
297
+ - name: scripts-dir
298
+ mountPath: "/invoker-scripts/configureDNS.sh"
299
+ subPath: "configureDNS.sh"
300
300
{ {- end } }
301
301
{ {- end } }
302
302
{ {- end } }
Original file line number Diff line number Diff line change 69
69
secretName : {{ .Release.Name }}-jmxremote-secret
70
70
# The lean controller requires invoker volumes mounts
71
71
{{- if .Values.controller.lean }}
72
- {{ include "openwhisk.invoker.volumes" . }}
72
+ {{ include "openwhisk.invoker.volumes" . | indent 6 }}
73
73
{{- end }}
74
74
{{ include "openwhisk.docker.imagePullSecrets" . | indent 6 }}
75
75
@@ -101,7 +101,7 @@ spec:
101
101
mountPath : " /conf/jmxremote.password"
102
102
subPath : " jmxremote.password"
103
103
{{- if .Values.controller.lean }}
104
- {{ include "openwhisk.invoker.volume_mounts" . }}
104
+ {{ include "openwhisk.invoker.volume_mounts" . | indent 8 }}
105
105
{{- end }}
106
106
livenessProbe :
107
107
httpGet :
Original file line number Diff line number Diff line change 70
70
- name : jmxremote-secret
71
71
secret :
72
72
secretName : {{ .Release.Name }}-jmxremote-secret
73
- {{ include "openwhisk.invoker.volumes" . }}
73
+ {{ include "openwhisk.invoker.volumes" . | indent 6 }}
74
74
75
75
initContainers :
76
76
{{- if eq .Values.invoker.containerFactory.impl "docker" }}
@@ -204,5 +204,5 @@ spec:
204
204
- name : jmxremote-secret
205
205
mountPath : " /conf/jmxremote.password"
206
206
subPath : " jmxremote.password"
207
- {{ include "openwhisk.invoker.volume_mounts" . }}
207
+ {{ include "openwhisk.invoker.volume_mounts" . | indent 8 }}
208
208
{{- end }}
You can’t perform that action at this time.
0 commit comments