diff --git a/customers/test.yaml b/customers/test.yaml deleted file mode 100644 index 7711fc6..0000000 --- a/customers/test.yaml +++ /dev/null @@ -1,26 +0,0 @@ -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