mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixed chipherSuites --> cipherSuites typo (#8806)
Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
088d1e4e3b
commit
dc7262f913
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: traefik
|
||||
version: 1.52.3
|
||||
version: 1.52.4
|
||||
appVersion: 1.7.3
|
||||
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
|
||||
keywords:
|
||||
|
||||
@@ -86,7 +86,7 @@ Create the block for acme.domains.
|
||||
Create custom cipherSuites block
|
||||
*/}}
|
||||
{{- define "traefik.ssl.cipherSuites" -}}
|
||||
chipherSuites = [
|
||||
cipherSuites = [
|
||||
{{- range $idx, $cipher := .Values.ssl.cipherSuites }}
|
||||
{{- if $idx }},{{ end }}
|
||||
{{ $cipher | quote }}
|
||||
|
||||
Reference in New Issue
Block a user