From ab591a623ae34e265372e5b9b20d54e0bb289c1f Mon Sep 17 00:00:00 2001 From: Sylvain Gaunet <1552102+sgaunet@users.noreply.github.com> Date: Mon, 12 May 2025 21:33:02 +0200 Subject: [PATCH] fix: correct quotes in POSTBACKUP variable in ConfigMap --- deploy/k8s/prodauto-gitlab-backup-cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s/prodauto-gitlab-backup-cm.yaml b/deploy/k8s/prodauto-gitlab-backup-cm.yaml index d627c8b..14f4544 100644 --- a/deploy/k8s/prodauto-gitlab-backup-cm.yaml +++ b/deploy/k8s/prodauto-gitlab-backup-cm.yaml @@ -13,7 +13,7 @@ data: GITLAB_TOKEN: "..." # GITLAB_URI: "https://gitlab.com" # LOCALPATH: "" - # POSTBACKUP: "gocrypt enc --i %INPUTFILE%" + # POSTBACKUP: 'gocrypt enc --i %INPUTFILE%' # PREBACKUP: "" S3BUCKETNAME: "" S3BUCKETPATH: ""