From 1332f4ffaead11577e10e19c332c5c52fb34e1b5 Mon Sep 17 00:00:00 2001 From: NaveenBalagouni <159781517+NaveenBalagouni@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:53:57 +0530 Subject: [PATCH] Create application.yaml --- helm-repo-apps/single-helm-app/application.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 helm-repo-apps/single-helm-app/application.yaml diff --git a/helm-repo-apps/single-helm-app/application.yaml b/helm-repo-apps/single-helm-app/application.yaml new file mode 100644 index 0000000..0c8d2ad --- /dev/null +++ b/helm-repo-apps/single-helm-app/application.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sample-helm-app +spec: + destination: + name: 'helm-app' + namespace: default + server: 'https://kubernetes.default.svc' + source: + path: 'cnoe-charts' + repoURL: 'https://opsmx.github.io/cnoe-helm' + targetRevision: 0.1.0 + chart: cnoe-charts + sources: [] + project: default