This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c6813b  Add helm release to invoker pod (#639)
2c6813b is described below

commit 2c6813b2c5ce70c7c3f1a004573e3e3cb3825480
Author: ningyougang <[email protected]>
AuthorDate: Tue Oct 6 09:26:48 2020 +0800

    Add helm release to invoker pod (#639)
    
    Co-authored-by: ning.yougang <[email protected]>
---
 helm/openwhisk/templates/invoker-pod.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm/openwhisk/templates/invoker-pod.yaml 
b/helm/openwhisk/templates/invoker-pod.yaml
index 8e27264..a7674d5 100644
--- a/helm/openwhisk/templates/invoker-pod.yaml
+++ b/helm/openwhisk/templates/invoker-pod.yaml
@@ -205,6 +205,8 @@ spec:
           - name: "CONFIG_whisk_spi_ActivationStoreProvider"
             value: 
"org.apache.openwhisk.core.database.elasticsearch.ElasticSearchActivationStoreProvider"
 {{- end }}
+          - name: "CONFIG_whisk_helm_release"
+            value: "{{ .Release.Name }}"
         ports:
         - name: invoker
           containerPort: {{ .Values.invoker.port }}

Reply via email to