Skip to content

Commit

Permalink
feat: argo config added
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed Aug 3, 2023
1 parent b6d813e commit 5e43c40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions argo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-pipeline
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/kaiwalyakoparkar/gitops-ci-cd
targetRevision: HEAD
path: kubernetes/
destination:
server: https://kubernetes.default.svc
namespace: cicd-pipeline
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true

0 comments on commit 5e43c40

Please sign in to comment.