From ad5963003bdb9da828488bbbda6dccd9e10d0e7f Mon Sep 17 00:00:00 2001 From: Joan Miquel Luque Oliver Date: Fri, 15 Sep 2023 13:34:35 +0200 Subject: [PATCH] Add missing CONFIG_OVERWRITE_JSON value Signed-off-by: Joan Miquel Luque Oliver --- templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index c6752699c..8b1b0c469 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -528,6 +528,7 @@ app: "{{ template "harbor.name" . }}" {{- $secret := (lookup "v1" "Secret" .Release.Namespace (include "harbor.core" .) ) -}} {{- if $secret -}} {{/* Reusing existing secret data */}} +CONFIG_OVERWRITE_JSON: {{ index $secret "data" "CONFIG_OVERWRITE_JSON" }} CSRF_KEY: {{ index $secret "data" "CSRF_KEY" }} {{- if not .Values.existingSecretAdminPassword }} HARBOR_ADMIN_PASSWORD: {{ index $secret "data" "HARBOR_ADMIN_PASSWORD" }}