Skip to content

Commit

Permalink
feat(helm): comment out default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent 248ab4c commit d424086
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ nameOverride: ""
fullnameOverride: ""

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
# 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

envs:
APPLICATION_PORT: xxx
APPLICATION_ENVIRONMENT: xxx
DB_HOST: xxx
DB_PORT: xxx
DB_NAME: xxx
USE_SSL: xxx
DB_POOL_SIZE: xxx
KEYCLOAK_MIW_PUBLIC_CLIENT: xxx
MANAGEMENT_PORT: xxx
MIW_HOST_NAME: xxx
AUTHORITY_WALLET_BPN: xxx
AUTHORITY_WALLET_NAME: xxx
AUTHORITY_WALLET_DID: xxx
VC_SCHEMA_LINK: xxx
VC_EXPIRY_DATE: xxx
KEYCLOAK_REALM: xxx
AUTH_SERVER_URL: xxx
# APPLICATION_PORT: xxx
# APPLICATION_ENVIRONMENT: xxx
# DB_HOST: auto
# DB_PORT: xxx
# DB_NAME: xxx
# USE_SSL: xxx
# DB_POOL_SIZE: xxx
# KEYCLOAK_MIW_PUBLIC_CLIENT: xxx
# MANAGEMENT_PORT: xxx
# MIW_HOST_NAME: xxx
# AUTHORITY_WALLET_BPN: xxx
# AUTHORITY_WALLET_NAME: xxx
# AUTHORITY_WALLET_DID: xxx
# VC_SCHEMA_LINK: xxx
# VC_EXPIRY_DATE: xxx
# KEYCLOAK_REALM: xxx
# AUTH_SERVER_URL: xxx

serviceAccount:
create: true
Expand Down

0 comments on commit d424086

Please sign in to comment.