From 59254c399573c49ff220e282b5784953eb838306 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Thu, 16 Nov 2023 10:08:46 +0100 Subject: [PATCH] chore: add initContainer description --- charts/managed-identity-wallet/README.md | 1 + charts/managed-identity-wallet/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 95158bb53..a6049357b 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -97,6 +97,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | ingress.enabled | bool | `false` | Enable ingress controller resource | | ingress.hosts | list | `[]` | Ingress accepted hostnames | | ingress.tls | list | `[]` | Ingress TLS configuration | +| initContainers | list | `[]` | add initContainers to the miw deployment | | keycloak.auth.adminPassword | string | `""` | Keycloak admin password | | keycloak.auth.adminUser | string | `"admin"` | Keycloak admin user | | keycloak.enabled | bool | `true` | Enable to deploy Keycloak | diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index e26cc61c0..626053b7e 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -107,6 +107,7 @@ affinity: {} # -- PodAnnotation configuration podAnnotations: {} +# -- add initContainers to the miw deployment initContainers: [] ## @section Managed Identity Wallet Primary Parameters