fix(harbor): correct secret key name for core secret

Harbor Helm chart expects 'secret' key not 'CORE_SECRET' for the
CORE_SECRET environment variable. This was causing jobservice pod
to fail with CreateContainerConfigError.

Fixes: harbor-jobservice-757bbf44cc-tvznq error
This commit is contained in:
Hermes Agent service account
2026-06-04 20:32:40 -05:00
parent 4b1e8a7cac
commit 7d9b054340

View File

@@ -36,7 +36,8 @@ spec:
key: the-seas
property: redis-password
- secretKey: CORE_SECRET
# Core secret - Harbor Helm chart expects key named 'secret' not 'CORE_SECRET'
- secretKey: secret
remoteRef:
key: the-seas
property: core-secret