From e08ee5a38e1db915d53ea6223075062a873fbdab Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 10 Mar 2023 09:01:17 +0100 Subject: [PATCH] Add helm chart example --- charts/demo-chart/values.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 charts/demo-chart/values.yaml diff --git a/charts/demo-chart/values.yaml b/charts/demo-chart/values.yaml new file mode 100644 index 0000000..43e6d63 --- /dev/null +++ b/charts/demo-chart/values.yaml @@ -0,0 +1,25 @@ +image: + repository: rancher/backup-restore-operator + tag: %TAG% + +# Add log level flags +debug: false +trace: false + +# passed to backup client +# 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: "" + kubectl: + repository: rancher/kubectl + tag: v1.21.9 + +## Node labels for pod assignment +## Ref: https://kubernetes.io/docs/user-guide/node-selection/ +## +nodeSelector: {}