mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(cert-manager): add charts repo & kustomization
This commit is contained in:
@@ -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/
|
||||
@@ -5,3 +5,4 @@ resources:
|
||||
- rook-ceph-charts.yaml
|
||||
- ingress-nginx.yaml
|
||||
- cilium-charts.yaml
|
||||
- jetstack.yaml
|
||||
|
||||
7
kube/3-kube-core/3-certs/kustomization.yaml
Normal file
7
kube/3-kube-core/3-certs/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- 1-namespace.yaml
|
||||
- 2-install.yaml
|
||||
- 3-issuer.yaml
|
||||
@@ -4,3 +4,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- 1-networking
|
||||
- 2-storage
|
||||
- 3-certs
|
||||
|
||||
Reference in New Issue
Block a user