From 7f250cb934433b381daf8d2bd5599d6c5cd5a74d Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 4 Sep 2023 12:38:54 +0700 Subject: [PATCH] add cert-manager --- state/gullfaxi/system/cert-manager.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 state/gullfaxi/system/cert-manager.yaml diff --git a/state/gullfaxi/system/cert-manager.yaml b/state/gullfaxi/system/cert-manager.yaml new file mode 100644 index 0000000..336cf76 --- /dev/null +++ b/state/gullfaxi/system/cert-manager.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cert-manager +spec: + destination: + server: https://kubernetes.default.svc + namespace: argocd + project: system + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + source: + repoURL: https://charts.jetstack.io + chart: cert-manager + targetRevision: 1.12.4 + helm: + values: | + # nothing