From 4635853af6692bee8a169c012964b5c67b7fa3a3 Mon Sep 17 00:00:00 2001 From: lunarfront-manager Date: Fri, 3 Apr 2026 23:14:23 +0000 Subject: [PATCH] feat: provision customer test --- customers/test.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 customers/test.yaml diff --git a/customers/test.yaml b/customers/test.yaml new file mode 100644 index 0000000..7711fc6 --- /dev/null +++ b/customers/test.yaml @@ -0,0 +1,26 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: customer-test + namespace: argocd +spec: + project: default + sources: + - repoURL: git.lunarfront.tech/ryan/lunarfront-app + chart: lunarfront + targetRevision: "latest" + helm: + valueFiles: + - $values/customers/test.yaml + - repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git + targetRevision: main + ref: values + destination: + server: https://kubernetes.default.svc + namespace: customer-test + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true