We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa0646 commit 6024ea1Copy full SHA for 6024ea1
cluster/traefik/templates/tlsStore.yaml
@@ -1,4 +1,5 @@
1
# This TLSStore points to a secret that contains a Cloudflare certificate that we use for passthrough
2
+{{- if .Values.traefik.tlsStoreSecret }}
3
apiVersion: traefik.io/v1alpha1
4
kind: TLSStore
5
metadata:
@@ -7,3 +8,4 @@ metadata:
7
8
spec:
9
defaultCertificate:
10
secretName: {{.Values.traefik.tlsStoreSecret}}
11
+{{- end }}
config/local.yaml
@@ -4,4 +4,4 @@ baseDomain: "localhost"
infisical-secret:
enabled: false
6
traefik:
- tlsStoreSecret: "cloudflare-faf-com"
+ tlsStoreSecret: null
0 commit comments