Skip to content

Commit 6d784a9

Browse files
authored
Update values.yaml
1 parent 409cee5 commit 6d784a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/devtron-backups/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ global:
1010
AWS_REGION: ""
1111
S3_ENDPOINT: ""
1212
# 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
1315
encryption:
1416
# passphrase used to encrypt/decrypt the file (encryption is done by gpg)
1517
enabled: false
@@ -70,4 +72,4 @@ argocd_backup:
7072
# args: "argocd admin export -n devtroncd > /cache/backup.yaml"
7173

7274
# argocdImage: argoproj/argocd:v1.8.1 #(image for argo-V1)
73-
# 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

Comments
 (0)