Skip to content

Commit 2c6813b

Browse files
authored
Add helm release to invoker pod (#639)
Co-authored-by: ning.yougang <[email protected]>
1 parent d57017e commit 2c6813b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/openwhisk/templates/invoker-pod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ spec:
205205
- name: "CONFIG_whisk_spi_ActivationStoreProvider"
206206
value: "org.apache.openwhisk.core.database.elasticsearch.ElasticSearchActivationStoreProvider"
207207
{{- end }}
208+
- name: "CONFIG_whisk_helm_release"
209+
value: "{{ .Release.Name }}"
208210
ports:
209211
- name: invoker
210212
containerPort: {{ .Values.invoker.port }}

0 commit comments

Comments
 (0)