From 027c1359488fe4ed43410105f08e5610a650a515 Mon Sep 17 00:00:00 2001 From: AppBundle Operator Date: Thu, 20 Nov 2025 15:30:11 +0000 Subject: [PATCH] appbundle(default/cert-manager): update manifests --- .../argo/cert-manager.application.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 severalnines/kuber-agent/test/apps/platform/base/operators/argo/cert-manager.application.yaml diff --git a/severalnines/kuber-agent/test/apps/platform/base/operators/argo/cert-manager.application.yaml b/severalnines/kuber-agent/test/apps/platform/base/operators/argo/cert-manager.application.yaml new file mode 100644 index 0000000..7f1c319 --- /dev/null +++ b/severalnines/kuber-agent/test/apps/platform/base/operators/argo/cert-manager.application.yaml @@ -0,0 +1,36 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + annotations: + argocd.argoproj.io/sync-wave: "10" + finalizers: + - resources-finalizer.argocd.argoproj.io + labels: + appbundle.severalnines.com/managed: "true" + appbundle.severalnines.com/owner-nn: default.cert-manager + name: cert-manager + namespace: argocd +spec: + destination: + name: "" + namespace: cert-manager + server: https://kubernetes.default.svc + project: default + source: + chart: cert-manager + helm: + values: | + crds: + enabled: true + repoURL: https://charts.jetstack.io + targetRevision: '>=1.15.0 <2.0.0' + syncPolicy: + automated: + allowEmpty: true + prune: true + selfHeal: false + syncOptions: + - CreateNamespace=true + - ServerSideApply=true + - PrunePropagationPolicy=foreground +