mirror of https://git.rancher.io/charts
43 lines
880 B
YAML
43 lines
880 B
YAML
image:
|
|
empty: rancher/pause:3.1
|
|
repository: "rancher/mirrored-elemental-operator"
|
|
tag: "1.3.4"
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
seedImage:
|
|
repository: "rancher/mirrored-elemental-seedimage-builder"
|
|
tag: "1.3.4"
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
channel:
|
|
repository: ""
|
|
tag: ""
|
|
|
|
# number of operator replicas to deploy
|
|
replicas: 1
|
|
|
|
# http[s] proxy server
|
|
# proxy: http://<username>@<password>:<url>:<port>
|
|
|
|
# comma separated list of domains or ip addresses that will not use the proxy
|
|
noProxy: 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.svc,.cluster.local
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
|
|
# used only if systemDefaultRegistry is empty
|
|
registryUrl: ""
|
|
|
|
# enable debug output for operator
|
|
debug: false
|
|
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
|
|
tolerations:
|
|
- key: cattle.io/os
|
|
operator: "Equal"
|
|
value: "linux"
|
|
effect: NoSchedule
|