minor fixes Andrea Pulvirenti <an.pulvy@gmail.com>

This commit is contained in:
Andrea Pulvirenti 2023-10-23 15:37:27 +02:00 committed by Andrea Pulvirenti
parent 0dd0a93ce1
commit 4d7c2dce1a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ Usage:
{{ include "common.configmap.lookup" (dict "secret" "configmap-name" "key" "keyName" "defaultValue" .Values.myValue "context" $) }}
Params:
- configmapName - String - Required - Name of the 'Secret' resource where the password is stored.
- config - String - Required - Name of the 'Secret' resource where the password is stored.
- key - String - Required - Name of the key in the secret.
- defaultValue - String - Required - The path to the validating value in the values.yaml, e.g: "mysql.password". Will pick first parameter with a defined value.
- context - Context - Required - Parent context.