From 23eb0dc0e1c97cf8ec283b130e722d0617297044 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 5 Jun 2025 01:40:44 +0300 Subject: [PATCH] Add navix application --- argocd-apps/navix.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 argocd-apps/navix.yaml diff --git a/argocd-apps/navix.yaml b/argocd-apps/navix.yaml new file mode 100644 index 0000000..1538da3 --- /dev/null +++ b/argocd-apps/navix.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: navix + namespace: argocd +spec: + project: my-apps + source: + repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git + targetRevision: HEAD + path: charts/navix-helm + helm: + valueFiles: + - ../../manifests/navix/values.yaml + destination: + server: https://kubernetes.default.svc + namespace: my-apps + syncPolicy: + automated: + prune: true + selfHeal: true