Skip to content

Commit e007e82

Browse files
committed
little fix descriptions
1 parent 2be31a7 commit e007e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/trino/templates/_helpers.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Code is inspired from bitnami/common
125125
{{- end -}}
126126

127127
{{/*
128-
Create the name of the file password auth secret to use
128+
Create the secret name for the file-based authentication's password file
129129
*/}}
130130
{{- define "trino.passwordSecretName" -}}
131131
{{- if and .Values.auth .Values.auth.passwordAuthSecret }}
@@ -141,7 +141,7 @@ Create the name of the file password auth secret to use
141141
{{- end }}
142142
143143
{{/*
144-
Create the name of the file group auth secret to use
144+
Create the secret name for the group-provider file
145145
*/}}
146146
{{- define "trino.groupsSecretName" -}}
147147
{{- if and .Values.auth .Values.auth.groupAuthSecret }}

0 commit comments

Comments
 (0)