feat(cert-manager): add charts repo & kustomization

This commit is contained in:
JJGadgets
2023-01-31 09:43:36 +08:00
parent 09be3245f5
commit 1a2a5bb0a6
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: jetstack
namespace: flux-system
spec:
interval: 1h
url: https://charts.jetstack.io/

View File

@@ -5,3 +5,4 @@ resources:
- rook-ceph-charts.yaml
- ingress-nginx.yaml
- cilium-charts.yaml
- jetstack.yaml

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- 1-namespace.yaml
- 2-install.yaml
- 3-issuer.yaml

View File

@@ -4,3 +4,4 @@ kind: Kustomization
resources:
- 1-networking
- 2-storage
- 3-certs