infra: Add cert-manager
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
|
||||||
|
targetRevision: main
|
||||||
|
path: infra/cert-manager
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
@@ -5,3 +5,4 @@ resources:
|
|||||||
- nginx-app.yaml
|
- nginx-app.yaml
|
||||||
- scriptscribe.yaml
|
- scriptscribe.yaml
|
||||||
- sealed-secrets.yaml
|
- sealed-secrets.yaml
|
||||||
|
- cert-manager.yaml
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml
|
||||||
Reference in New Issue
Block a user