You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xin Hao (Jira)" <ji...@apache.org> on 2022/06/23 10:22:00 UTC

[jira] [Created] (FLINK-28225) Supports custom ENVs in the Helm chart

Xin Hao created FLINK-28225:
-------------------------------

             Summary: Supports custom ENVs in the Helm chart
                 Key: FLINK-28225
                 URL: https://issues.apache.org/jira/browse/FLINK-28225
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Xin Hao


Can we add custom ENVs supports in the operator Helm?

Such as:
{code:java}
# In the values.yaml

operatorEnvs:
# - name: ""
#   value: ""
webhookEnvs:
# - name: ""
#   value: ""{code}
{code:java}
# In the deployment.yaml
env:
- name: name1
  value: value1
{{- range $k, $v := .Values.operatorEnvs }} {code}
 

 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)