[ 
https://issues.apache.org/jira/browse/FLINK-28225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-28225:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Assignee: Xin Hao
>            Priority: Minor
>              Labels: pull-request-available
>
> 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 }}
> - name: {{ $v.name }}            
>   value: {{ $v.value }}          
> {{- end }}{code}
>  
>  
>  



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

Reply via email to