fix(traefik): fix a meanor default certificates mistake
This commit is contained in:
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
||||||
type: application
|
type: application
|
||||||
version: 26.4.3
|
version: 26.4.4
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ metadata:
|
|||||||
name: default
|
name: default
|
||||||
spec:
|
spec:
|
||||||
certificates:
|
certificates:
|
||||||
- secretName: clusterissuer-templated-{{ tpl .Values.defaultCertificate $ }}
|
- secretName: certificate-issuer-{{ tpl .Values.defaultCertificate $ }}
|
||||||
defaultCertificate:
|
defaultCertificate:
|
||||||
secretName: clusterissuer-templated-{{ tpl .Values.defaultCertificate $ }}
|
secretName: certificate-issuer-{{ tpl .Values.defaultCertificate $ }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- range $name, $config := .Values.tlsStore }}
|
{{- range $name, $config := .Values.tlsStore }}
|
||||||
|
|||||||
Reference in New Issue
Block a user