Skip to content

Commit

Permalink
Add helm chart example
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored Mar 10, 2023
1 parent e069a34 commit e08ee5a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions charts/demo-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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://<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: ""
kubectl:
repository: rancher/kubectl
tag: v1.21.9

## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}

0 comments on commit e08ee5a

Please sign in to comment.