Renames the attribute and adds comment.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2020-12-11 12:50:30 -08:00
parent 5548a4168e
commit 3f963476e7
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
2 changed files with 4 additions and 2 deletions

View file

@ -61,7 +61,7 @@ spec:
fieldRef: fieldRef:
apiVersion: v1 apiVersion: v1
fieldPath: metadata.namespace fieldPath: metadata.namespace
{{- with .Values.controller.env }} {{- with .Values.controller.extraEnv }}
{{ toYaml . | nindent 10 }} {{ toYaml . | nindent 10 }}
{{- end }} {{- end }}
resources: resources:

View file

@ -115,7 +115,9 @@ controller:
# service type `LoadBalancer` # service type `LoadBalancer`
loadBalancerSourceRanges: [] loadBalancerSourceRanges: []
resources: {} resources: {}
env: [] # The list of environment variable definitions to be added to the controller
# manages container verbatim.
extraEnv: []
replicas: 1 replicas: 1
pdb: pdb:
enabled: false enabled: false