Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 24, 2023
1 parent c61e8f5 commit 18b858c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k8s/configs/base/tls-stores/tls-store-staging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: traefik.containo.us/v1alpha1
kind: TLSStore
metadata:
name: default
namespace: traefik-ingress
spec:
defaultCertificate:
secretName: letsencrypt-staging
1 change: 1 addition & 0 deletions k8s/configs/overlays/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/cluster-issuers/letsencrypt-staging.yaml
- ../../base/tls-stores/tls-store-staging.yaml

0 comments on commit 18b858c

Please sign in to comment.