image: empty: rancher/pause:3.1 # elemental-operator image is also build on: # registry.opensuse.org/isv/rancher/elemental/stable/teal53/15.4/rancher/elemental-operator repository: "quay.io/costoolkit/elemental-operator" tag: latest imagePullPolicy: IfNotPresent # number of operator replicas to deploy replicas: 1 # http[s] proxy server # proxy: http://@:: # 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: "" # enable debug output for operator debug: false nodeSelector: kubernetes.io/os: linux tolerations: - key: cattle.io/os operator: "Equal" value: "linux" effect: NoSchedule