Skip to content

Commit

Permalink
fix(helm): add correct service for postgresql db
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent 661ffc1 commit bda0978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ secrets:
KEYCLOAK_CLIENT_ID: <path:managed-identity-wallets/data/dev/managed-identity-wallets-secrets#miw-auth-client-id>

envs:
DB_HOST: managed-identity-wallet-new-postgresql-hl
DB_HOST: managed-identity-wallets-new-postgresql
MIW_HOST_NAME: managed-identity-wallet-new.dev.demo.catena-x.net # Depend on ingress host name (managed-identity-wallets-new.dev.demo.catena-x.net)
KEYCLOAK_REALM: CX-Central
AUTH_SERVER_URL: https://centralidp.dev.demo.catena-x.net/auth/
Expand Down

0 comments on commit bda0978

Please sign in to comment.