mirror of https://git.rancher.io/charts
22 lines
392 B
YAML
22 lines
392 B
YAML
|
global:
|
||
|
cattle:
|
||
|
systemDefaultRegistry: ""
|
||
|
|
||
|
aksOperator:
|
||
|
image:
|
||
|
repository: rancher/aks-operator
|
||
|
tag: v1.0.6
|
||
|
|
||
|
httpProxy: ""
|
||
|
httpsProxy: ""
|
||
|
noProxy: ""
|
||
|
additionalTrustedCAs: false
|
||
|
|
||
|
## Node labels for pod assignment
|
||
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||
|
##
|
||
|
nodeSelector: {}
|
||
|
## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
||
|
tolerations: []
|
||
|
|