Skip to content

Commit

Permalink
add argocd application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Mar 19, 2024
1 parent ea6b99e commit 2772bfd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions civo-github/templates/mgmt/components/argocd/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-kustomized-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: registry/clusters/<CLUSTER_NAME>/components/argocd
repoURL: '<GITOPS_REPO_URL>'
targetRevision: HEAD
kustomize:
forceCommonLabels: true
forceCommonAnnotations: true
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

0 comments on commit 2772bfd

Please sign in to comment.