From 23c58a5ece1cdb7640133e320ae22aeb8e083495 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 16:48:16 +0300 Subject: [PATCH] It's getting hard to keep up with the crap I've trashed --- application.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 application.yaml diff --git a/application.yaml b/application.yaml new file mode 100644 index 0000000..a0c503d --- /dev/null +++ b/application.yaml @@ -0,0 +1,26 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: example-app-argo-application + namespace: argocd +spec: + project: default + + source: + repoURL: oci://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo + chart: example-app + targetRevision: HEAD + helm: + valueFiles: + - values.yaml + destination: + server: https://kubernetes.default.svc.cluster.local:443 + namespace: example-app + + syncPolicy: + syncOptions: + - CreateNamespace=true + + automated: + selfHeal: true + prune: true