apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: silverbullet namespace: argocd spec: destination: namespace: silverbullet server: {{ .Values.spec.destination.server }} project: default source: path: silverbullet repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} syncPolicy: automated: {}