From 252743e416ee9b3564971932a50b5cfa6a302429 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 15 Dec 2025 22:08:52 -0300 Subject: [PATCH] harbor: use existing secrets and correct admin key --- services/harbor/helmrelease.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index ed7c34e..32686a9 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -66,6 +66,11 @@ spec: cache: enabled: false existingSecretAdminPassword: harbor-core - existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD + existingSecretAdminPasswordKey: harbor_admin_password + existingSecretSecretKey: harbor-core + core: + existingSecret: harbor-core + existingXsrfSecret: harbor-core + existingXsrfSecretKey: CSRF_KEY updateStrategy: type: Recreate