commit 21ea1716adb9a6afef50cec126edc7446963a84a Author: Ruben Hensen Date: Thu Sep 5 22:57:35 2024 +0200 Add cert-manager helm chart 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