Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 24, 2023
1 parent f80cb61 commit 8207d24
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/overlays/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resources:
- ../../base/gitops-dashboard

patches:
- path: patches/gitops-dashboard-values.yaml
- path: patches/gitops-dashboard-patch.yaml
target:
kind: HelmRelease
name: gitops-dashboard
Expand Down
2 changes: 2 additions & 0 deletions k8s/configs/base/certificates/certificate-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: traefik-ingress
spec:
secretName: certificate-local-tls
dnsNames:
- *.test
issuerRef:
name: selfsigned-local
kind: ClusterIssuer
6 changes: 6 additions & 0 deletions k8s/configs/overlays/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ resources:
- ../../base/cluster-issuers/selfsigned-local.yaml
- ../../base/certificates/certificate-local.yaml

patches:
- path: certificate-local-patch.yaml
target:
kind: Certificate
name: certificate-local
namespace: traefik-ingress
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: certificate-local
namespace: traefik-ingress
spec:
dnsNames:
- *.test
2 changes: 1 addition & 1 deletion k8s/infrastructure/overlays/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
- ../../base/traefik-ingress

patches:
- path: patches/traefik-ingress-values.yaml
- path: patches/traefik-ingress-patch.yaml
target:
kind: HelmRelease
name: traefik-ingress
Expand Down

0 comments on commit 8207d24

Please sign in to comment.