From 00a9b08c1a9bd319e0ebe05734d26fae2209b8fe Mon Sep 17 00:00:00 2001 From: Peter Motzko Date: Wed, 19 Jul 2023 13:55:05 +0200 Subject: [PATCH] fix(helm): add empty object --- charts/managed-identity-wallet/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index ed359fbad..1e7428d8a 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -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