Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: wrong namespace for tlsstore
Browse files Browse the repository at this point in the history
  • Loading branch information
clempat committed Jan 25, 2023
1 parent 4c0fecb commit 71f5cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/networking/traefik/templates/tlsstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: TLSStore
metadata:
name: default
namespace: default
namespace: networking

spec:
defaultCertificate:
Expand Down

0 comments on commit 71f5cdb

Please sign in to comment.