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:
apiVersion: v1
fieldPath: metadata.namespace
{{- with .Values.controller.env }}
{{- with .Values.controller.extraEnv }}
{{ toYaml . | nindent 10 }}
{{- end }}
resources:

View file

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