Skip to content

Commit

Permalink
fix(helm): add empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 19, 2023
1 parent f3ebc75 commit 00a9b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ imagePullSecrets:
nameOverride: ""
fullnameOverride: ""

secrets:
secrets: {}
# DB_USER_NAME: xxx # Has to be the same as below in "postgresql" section
# DB_PASSWORD: xxx # Has to be the same as below in "postgresql" section
# KEYCLOAK_CLIENT_ID: xxx
# ENCRYPTION_KEY: xxx # 64 chars

# APPLICATION_PORT is bound to 8080!!
envs:
envs: {}
# APPLICATION_ENVIRONMENT: xxx
# DB_HOST: auto
# DB_PORT: xxx
Expand Down

0 comments on commit 00a9b08

Please sign in to comment.