apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: goghvideo-applications namespace: argocd spec: destination: namespace: argocd server: https://kubernetes.default.svc project: default source: path: applications repoURL: https://git.endofday.com/goghvideo/helm.git targetRevision: HEAD helm: valueFiles: - goghvideo.yaml syncPolicy: automated: selfHeal: true prune: true