diff --git a/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl b/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl index ca4af948..7f9b0374 100644 --- a/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl +++ b/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl @@ -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.