From cde59f9a456c4f7442b37fdb60254b42ed94cdf0 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Fri, 3 Feb 2023 13:43:53 +0100 Subject: [PATCH] DEV-790 Fix wrong S3 endpoint --- templates/cm_postgres_bkp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cm_postgres_bkp.yaml b/templates/cm_postgres_bkp.yaml index dde3e37..fc17d75 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -6,7 +6,7 @@ metadata: data: AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }} AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }} - AWS_ENDPOINT: https://s3console-nsodev-prodwork01.smardigo.digital + AWS_ENDPOINT: https://s3storage-nsodev-prodwork01.smardigo.digital AWS_REGION: "" AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "14"