mirror of https://git.rancher.io/charts
23 lines
479 B
YAML
23 lines
479 B
YAML
|
debug: false
|
||
|
|
||
|
image:
|
||
|
repository: rancher/rancher-csp-adapter
|
||
|
tag: v2.0.1
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
|
||
|
global:
|
||
|
cattle:
|
||
|
systemDefaultRegistry: ""
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
# if rancher is using a privateCA, this certificate must be provided as a secret in the adapter's namespace - see the
|
||
|
# readme/docs for more details
|
||
|
#additionalTrustedCAs: true
|
||
|
|
||
|
# at least one csp must be enabled like below
|
||
|
aws:
|
||
|
enabled: false
|
||
|
accountNumber: ""
|
||
|
roleName: ""
|