Renames the attribute and adds comment.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
5548a4168e
commit
3f963476e7
2 changed files with 4 additions and 2 deletions
|
@ -61,7 +61,7 @@ spec:
|
|||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
{{- with .Values.controller.env }}
|
||||
{{- with .Values.controller.extraEnv }}
|
||||
{{ toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue