Skip to main content

Docs App Argo CD

Argo CD application manifest for deploying the same docs app from Git.

File

  • 01-application.yaml

Required edit

Update this field before applying:

  • spec.source.repoURL

You can keep:

  • targetRevision: argocd
  • path: k8s/kubernetes

Apply

kubectl apply -f k8s/argocd/01-application.yaml

Verify

kubectl get applications -n argocd
argocd app get docs