From c9b71dc902e336fb841febb62b8a92addf1fe2fe Mon Sep 17 00:00:00 2001 From: Vatsal Bajpai Date: Fri, 11 Oct 2024 14:22:31 +0530 Subject: [PATCH] Delete argo-nginx-app-main-eu-west-1.yaml --- argo-nginx-app-main-eu-west-1.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 argo-nginx-app-main-eu-west-1.yaml diff --git a/argo-nginx-app-main-eu-west-1.yaml b/argo-nginx-app-main-eu-west-1.yaml deleted file mode 100644 index e0a3546..0000000 --- a/argo-nginx-app-main-eu-west-1.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: nginx-argo-app - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: 'https://github.com/code-crusher/test-nginx' - targetRevision: HEAD - path: './chart' - helm: - valueFiles: - - values/values-main-us-west-1.yaml - destination: - server: 'https://kubernetes.default.svc' - namespace: nginxer - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - info: - - name: appType - value: general \ No newline at end of file