File values.yaml of Package elemental-operator-helm
image:
empty: rancher/pause:3.1
repository: "rancher/elemental-operator"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent
seedImage:
repository: "rancher/seedimage-builder"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent
channel:
repository: "rancher/elemental-channel"
tag: "%VERSION%"
# 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: "%%IMG_REPO%%"
# enable debug output for operator
debug: false
nodeSelector:
kubernetes.io/os: linux
tolerations:
- key: cattle.io/os
operator: "Equal"
value: "linux"
effect: NoSchedule