From 21ea1716adb9a6afef50cec126edc7446963a84a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 5 Sep 2024 22:57:35 +0200 Subject: [PATCH] Add cert-manager helm chart --- cert-manager/app.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cert-manager/app.yml diff --git a/cert-manager/app.yml b/cert-manager/app.yml new file mode 100644 index 0000000..1a099b1 --- /dev/null +++ b/cert-manager/app.yml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cert-manager +spec: + project: default + source: + chart: cert-manager + repoURL: https://charts.jetstack.io + targetRevision: 1.15.3 + destination: + server: "https://kubernetes.default.svc" + namespace: cert-manager + syncPolicy: + syncOptions: + - CreateNamespace=true \ No newline at end of file