From f86a02bc9a75885d9feb2c644accb2d0091f84c4 Mon Sep 17 00:00:00 2001 From: NMaaS Renovate <renovate@nmaas.eu> Date: Thu, 23 Jan 2025 13:37:15 +0000 Subject: [PATCH] [ci skip] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62f6441..57d0d6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nmaas -  +  GÉANT Network Management as a Service Helm chart for Kubernetes @@ -104,10 +104,10 @@ GÉANT Network Management as a Service Helm chart for Kubernetes | platform.properties.helm.username | string | `"helm"` | | | platform.properties.helm.version | string | `"v3"` | | | platform.properties.jwt.resetKey.literal | string | `""` | leave empty to use existing secret | -| platform.properties.jwt.resetKey.secret.key | string | `nil` | | +| platform.properties.jwt.resetKey.secret.key | string | `"jwtResetKey"` | | | platform.properties.jwt.secretName | string | `"nmaas-jwt"` | | | platform.properties.jwt.signingKey.literal | string | `""` | leave empty to use existing secret | -| platform.properties.jwt.signingKey.secret.key | string | `nil` | | +| platform.properties.jwt.signingKey.secret.key | string | `"jwtSigningKey"` | | | platform.properties.k8s.deployment.defaultNamespace | string | `"default"` | parameter used only if USE_DEFAULT_NAMESPACE option is set | | platform.properties.k8s.deployment.defaultStorageClass | string | `nil` | should be left blank if default storage class was defined defined at cluster should be used | | platform.properties.k8s.deployment.namespaceConfigOption | string | `"USE_DOMAIN_NAMESPACE"` | two options possible: USE_DOMAIN_NAMESPACE or USE_DEFAULT_NAMESPACE | -- GitLab