From 915507adfc130ce08993a4e9c638819a9b58e150 Mon Sep 17 00:00:00 2001 From: Vikash Kaushik <111422528+vikashkaushik01@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:53:02 +0530 Subject: [PATCH] Request for new application deployment --- demo/applications/nginx.Application.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 demo/applications/nginx.Application.yaml diff --git a/demo/applications/nginx.Application.yaml b/demo/applications/nginx.Application.yaml new file mode 100644 index 000000000..ee0515177 --- /dev/null +++ b/demo/applications/nginx.Application.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nginx + namespace: argocd +spec: + project: default + source: + repoURL: https://github.com/kubernetes/ingress-nginx.git + path: /docs/examples/chashsubset/deployment.yaml + targetRevision: HEAD + destination: + name: test + namespace: default \ No newline at end of file