Skip to content

Commit

Permalink
docs: fix wording in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Amro Misbah <[email protected]>
  • Loading branch information
misba7 committed Jan 13, 2025
1 parent abe8fdd commit 4265f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/janssen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 4265f1a

Please sign in to comment.