mirror of https://git.rancher.io/charts
25 lines
530 B
YAML
25 lines
530 B
YAML
debug: false
|
|
# used for development only - not supported in production
|
|
devMode: false
|
|
|
|
image:
|
|
repository: rancher/rancher-csp-adapter
|
|
tag: v4.0.0
|
|
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: ""
|