diff --git a/cluster/platform/harbor/values.yaml b/cluster/platform/harbor/values.yaml index 5b5f258..24703d1 100644 --- a/cluster/platform/harbor/values.yaml +++ b/cluster/platform/harbor/values.yaml @@ -39,6 +39,7 @@ database: # Password from ExternalSecret password: "" existingSecret: "harbor-credentials" + existingSecretKey: "DATABASE_PASSWORD" resources: requests: memory: 1Gi @@ -62,6 +63,7 @@ redis: # Password from ExternalSecret jobservicePassword: "" existingSecret: "harbor-credentials" + existingSecretKey: "REDIS_PASSWORD" resources: requests: memory: 256Mi