Skip to content

Commit

Permalink
add argocd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeet-agrahari committed Feb 20, 2024
1 parent e59e3ae commit 05094e8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions deploy/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ spec:
source:
repoURL: https://github.com/sujeet-agrahari/quick-links.git
targetRevision: HEAD
path: deploy/quick-links-charts
path: deploy
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: quick-links
syncPolicy:
syncOptions:
- CreateNamespace=true
automated: true
selfHeal: true
automated:
prune: true





selfHeal: true
syncOptions:
- CreateNamespace=true

0 comments on commit 05094e8

Please sign in to comment.