File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -292,21 +292,21 @@ imagePullSecrets:
292
292
{ {/* Environment variables required for invoker volumes configuration */} }
293
293
{ {- define " openwhisk.invoker.volumes" -} }
294
294
{ {- if eq .Values.invoker.containerFactory.impl " docker" } }
295
- { { include " openwhisk.docker_volumes" . | indent 6 } }
296
- - name: scripts-dir
297
- configMap:
298
- name: { { .Release.Name } }-invoker-scripts
295
+ { { include " openwhisk.docker_volumes" . } }
296
+ - name: scripts-dir
297
+ configMap:
298
+ name: { { .Release.Name } }-invoker-scripts
299
299
{ {- end } }
300
300
{ {- end } }
301
301
302
302
{ {/* Environment variables required for invoker volumes configuration */} }
303
303
{ {- define " openwhisk.invoker.volume_mounts" -} }
304
304
{ {- if (eq .Values.invoker.containerFactory.impl " docker" ) } }
305
- { { include " openwhisk.docker_volume_mounts" . | indent 8 } }
305
+ { { include " openwhisk.docker_volume_mounts" . } }
306
306
{ {- if .Values.invoker.containerFactory.networkConfig.dns.inheritInvokerConfig } }
307
- - name: scripts-dir
308
- mountPath: "/invoker-scripts/configureDNS.sh"
309
- subPath: "configureDNS.sh"
307
+ - name: scripts-dir
308
+ mountPath: "/invoker-scripts/configureDNS.sh"
309
+ subPath: "configureDNS.sh"
310
310
{ {- end } }
311
311
{ {- end } }
312
312
{ {- end } }
Original file line number Diff line number Diff line change 72
72
secretName : {{ .Release.Name }}-jmxremote-secret
73
73
# The lean controller requires invoker volumes mounts
74
74
{{- if .Values.controller.lean }}
75
- {{ include "openwhisk.invoker.volumes" . }}
75
+ {{ include "openwhisk.invoker.volumes" . | indent 6 }}
76
76
{{- end }}
77
77
{{ include "openwhisk.docker.imagePullSecrets" . | indent 6 }}
78
78
@@ -104,7 +104,7 @@ spec:
104
104
mountPath : " /conf/jmxremote.password"
105
105
subPath : " jmxremote.password"
106
106
{{- if .Values.controller.lean }}
107
- {{ include "openwhisk.invoker.volume_mounts" . }}
107
+ {{ include "openwhisk.invoker.volume_mounts" . | indent 8 }}
108
108
{{- end }}
109
109
livenessProbe :
110
110
httpGet :
Original file line number Diff line number Diff line change 72
72
- name : jmxremote-secret
73
73
secret :
74
74
secretName : {{ .Release.Name }}-jmxremote-secret
75
- {{ include "openwhisk.invoker.volumes" . }}
75
+ {{ include "openwhisk.invoker.volumes" . | indent 6 }}
76
76
77
77
initContainers :
78
78
{{- if eq .Values.invoker.containerFactory.impl "docker" }}
@@ -228,5 +228,5 @@ spec:
228
228
- name : jmxremote-secret
229
229
mountPath : " /conf/jmxremote.password"
230
230
subPath : " jmxremote.password"
231
- {{ include "openwhisk.invoker.volume_mounts" . }}
231
+ {{ include "openwhisk.invoker.volume_mounts" . | indent 8 }}
232
232
{{- end }}
You can’t perform that action at this time.
0 commit comments