From 4265f1abfce97174bdeed66121176c868b362756 Mon Sep 17 00:00:00 2001 From: Amro Misbah Date: Mon, 13 Jan 2025 11:51:28 +0200 Subject: [PATCH] docs: fix wording in values.yaml Signed-off-by: Amro Misbah --- charts/janssen/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/janssen/values.yaml b/charts/janssen/values.yaml index 718a347eff1..edecfe88d4f 100644 --- a/charts/janssen/values.yaml +++ b/charts/janssen/values.yaml @@ -1199,9 +1199,9 @@ global: cnConfiguratorConfigurationFile: /etc/jans/conf/configuration.json # -- Path to the dumped configuration schema file cnConfiguratorDumpFile: /etc/jans/conf/configuration.out.json - # -- Use custom configuration schema in existing secrets. Note, the secrets has to contain the key configuration.json or any basename as specified in cnConfiguratorConfigurationFile. + # -- Use custom configuration schema in existing Kubernetes secret. Note that the secret has to contain the configuration.json key or any basename as specified in cnConfiguratorConfigurationFile. cnConfiguratorCustomSchema: - # -- The name of the secrets used for storing custom configuration schema. + # -- The name of the Kubernetes secret used for storing custom configuration schema. secretName: "" # -- Key to encrypt/decrypt configuration schema file using AES-256 CBC mode. Set the value to empty string to disable encryption/decryption, or 32 alphanumeric characters to enable it. cnConfiguratorKey: ""