Add cert-manager managed by Argo CD
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: homelab
|
||||
|
||||
sources:
|
||||
- repoURL: oci://quay.io/jetstack/charts
|
||||
chart: cert-manager
|
||||
targetRevision: v1.20.2
|
||||
helm:
|
||||
releaseName: cert-manager
|
||||
valueFiles:
|
||||
- $values/infrastructure/cert-manager/helm/values.yaml
|
||||
|
||||
- repoURL: gitea@172.16.2.52:baptiste/k8s.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
@@ -3,4 +3,5 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- metallb.yaml
|
||||
- cert-manager.yaml
|
||||
- web-test.yaml
|
||||
|
||||
Reference in New Issue
Block a user