From 16331d0dc6a84dd38ae1de1778b6760f67e85c72 Mon Sep 17 00:00:00 2001 From: lunarfront-manager Date: Sun, 5 Apr 2026 14:39:53 +0000 Subject: [PATCH] chore: deprovision customer test --- customers/test.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 customers/test.yaml diff --git a/customers/test.yaml b/customers/test.yaml deleted file mode 100644 index bbe8d0d..0000000 --- a/customers/test.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: customer-test - namespace: argocd -spec: - project: default - source: - repoURL: registry.digitalocean.com/lunarfront - chart: lunarfront - targetRevision: "0.1.28" - helm: - parameters: - - name: ingress.host - value: test.lunarfront.tech - destination: - server: https://kubernetes.default.svc - namespace: customer-test - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true