From fafd6d38b15d54e6c063df2037cc686ae2dbbf83 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 8 Dec 2023 16:37:01 +0800 Subject: [PATCH] fix(pg-dump-local): UID --- kube/deploy/core/db/pg/clusters/template/dump-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml index 2b1cf27a..2324b7b7 100644 --- a/kube/deploy/core/db/pg/clusters/template/dump-local.yaml +++ b/kube/deploy/core/db/pg/clusters/template/dump-local.yaml @@ -22,7 +22,7 @@ spec: enableServiceLinks: false restartPolicy: "OnFailure" securityContext: - runAsUser: &uid ${UID_NAS_BACKUPS_K8S} + runAsUser: &uid 26 # Postgres UID for Crunchy runAsGroup: *uid fsGroup: *uid volumes: