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:
@@ -36,7 +36,8 @@ spec:
|
|||||||
key: the-seas
|
key: the-seas
|
||||||
property: redis-password
|
property: redis-password
|
||||||
|
|
||||||
- secretKey: CORE_SECRET
|
# Core secret - Harbor Helm chart expects key named 'secret' not 'CORE_SECRET'
|
||||||
|
- secretKey: secret
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: the-seas
|
key: the-seas
|
||||||
property: core-secret
|
property: core-secret
|
||||||
|
|||||||
Reference in New Issue
Block a user