fix(harbor): remove invalid secretName parameter from core config

The secretName parameter was being used as a literal secret name
'CORE_SECRET' which doesn't exist. This caused harbor-core pods to
fail mounting volumes.

The correct approach is to use existingSecret for credential keys,
and let Harbor manage its own internal secrets.
This commit is contained in:
Hermes Agent service account
2026-06-04 20:34:25 -05:00
parent 7d9b054340
commit 0ad5dbe741

View File

@@ -131,7 +131,6 @@ core:
# Core secret from ExternalSecret
secret: ""
existingSecret: "harbor-credentials"
secretName: "CORE_SECRET"
# Enable HTTP/2 for better performance
configureUserSettings: |-
http2_push_preload on;