We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be31a7 commit e007e82Copy full SHA for e007e82
charts/trino/templates/_helpers.tpl
@@ -125,7 +125,7 @@ Code is inspired from bitnami/common
125
{{- end -}}
126
127
{{/*
128
-Create the name of the file password auth secret to use
+Create the secret name for the file-based authentication's password file
129
*/}}
130
{{- define "trino.passwordSecretName" -}}
131
{{- if and .Values.auth .Values.auth.passwordAuthSecret }}
@@ -141,7 +141,7 @@ Create the name of the file password auth secret to use
141
{{- end }}
142
143
144
-Create the name of the file group auth secret to use
+Create the secret name for the group-provider file
145
146
{{- define "trino.groupsSecretName" -}}
147
{{- if and .Values.auth .Values.auth.groupAuthSecret }}
0 commit comments