Skip to content

Commit 6c77af4

Browse files
committed
fix: update Helm values to match existing OpenShift secrets
Secret key mappings updated for dev environment: - mongodb: MONGODB_USERNAME, MONGODB_PASSWORD (not database-user/password) - ches: CLIENTID, CLIENT_SECRET (not _GETOK_CLIENTID/_GETOK_CLIENT_SECRET)
1 parent 0db1b59 commit 6c77af4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

helm/eagle-api/values-dev.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ keycloak:
2828
realm: eagle
2929
clientId: eagle-api-console
3030

31+
secrets:
32+
mongodb:
33+
name: eagle-api-mongodb
34+
usernameKey: MONGODB_USERNAME
35+
passwordKey: MONGODB_PASSWORD
36+
ches:
37+
name: getok-secret
38+
clientIdKey: CLIENTID
39+
clientSecretKey: CLIENT_SECRET
40+
3141
persistence:
3242
size: 5Gi
3343

0 commit comments

Comments
 (0)