Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Dec 4, 2024
1 parent 8be27c7 commit 9c74144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
{{- if .Values.console.tls.enabled }}
- name: console-certificates
secret:
secretName: {{ .Valuels.console.tls.existingSecret }}
secretName: {{ .Values.console.tls.existingSecret }}
{{- end }}
{{- if .Values.console.extraVolumes }}
{{- .Values.console.extraVolumes | toYaml | nindent 8 }}
Expand Down

0 comments on commit 9c74144

Please sign in to comment.