Newer
Older
Argocd / gitops / argocd / application.yaml
Wojciech Konieczny on 19 Dec 430 bytes Update k8s
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: argocd-self
  namespace: argocd
spec:
  project: default
  destination:
    server: https://kubernetes.default.svc
    namespace: argocd
  source:
    repoURL: http://192.168.50.100:8080/git/root/Argocd.git
    targetRevision: master
    path: gitops/argocd
    directory:
      recurse: true
  syncPolicy:
    automated:
      prune: true
      selfHeal: true