Skip to content

Commit

Permalink
Create application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenBalagouni authored Dec 26, 2024
1 parent 1394054 commit 1332f4f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helm-repo-apps/single-helm-app/application.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1332f4f

Please sign in to comment.