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 3304b50
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions deploy/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ spec:
repoURL: https://github.com/sujeet-agrahari/quick-links.git
targetRevision: HEAD
path: deploy/quick-links-charts
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 3304b50

Please sign in to comment.