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:
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue