Skip to content

Commit 3c5ae0a

Browse files
authored
fix: correct quotes in POSTBACKUP variable in ConfigMap (#43)
1 parent da32b44 commit 3c5ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/k8s/prodauto-gitlab-backup-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
GITLAB_TOKEN: "..."
1414
# GITLAB_URI: "https://gitlab.com"
1515
# LOCALPATH: ""
16-
# POSTBACKUP: "gocrypt enc --i %INPUTFILE%"
16+
# POSTBACKUP: 'gocrypt enc --i %INPUTFILE%'
1717
# PREBACKUP: ""
1818
S3BUCKETNAME: ""
1919
S3BUCKETPATH: ""

0 commit comments

Comments
 (0)