We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409cee5 commit 6d784a9Copy full SHA for 6d784a9
charts/devtron-backups/values.yaml
@@ -10,6 +10,8 @@ global:
10
AWS_REGION: ""
11
S3_ENDPOINT: ""
12
# give the endpoint in case of non AWS storages with s3 protocol
13
+ NODE_ROLE: false
14
+ # set true if node has access of buckets
15
encryption:
16
# passphrase used to encrypt/decrypt the file (encryption is done by gpg)
17
enabled: false
@@ -70,4 +72,4 @@ argocd_backup:
70
72
# args: "argocd admin export -n devtroncd > /cache/backup.yaml"
71
73
74
# argocdImage: argoproj/argocd:v1.8.1 #(image for argo-V1)
- # args: argocd-util export --namespace devtroncd > /cache/backup.yaml; #(argo-V1)
75
+ # args: argocd-util export --namespace devtroncd > /cache/backup.yaml; #(argo-V1)
0 commit comments