Skip to content

Commit 6024ea1

Browse files
committed
Don't declare a Traefik tlsStore for local
1 parent daa0646 commit 6024ea1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cluster/traefik/templates/tlsStore.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This TLSStore points to a secret that contains a Cloudflare certificate that we use for passthrough
2+
{{- if .Values.traefik.tlsStoreSecret }}
23
apiVersion: traefik.io/v1alpha1
34
kind: TLSStore
45
metadata:
@@ -7,3 +8,4 @@ metadata:
78
spec:
89
defaultCertificate:
910
secretName: {{.Values.traefik.tlsStoreSecret}}
11+
{{- end }}

config/local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ baseDomain: "localhost"
44
infisical-secret:
55
enabled: false
66
traefik:
7-
tlsStoreSecret: "cloudflare-faf-com"
7+
tlsStoreSecret: null

0 commit comments

Comments
 (0)