apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: radar namespace: argocd spec: project: default sources: - repoURL: https://skyhook-io.github.io/helm-charts chart: radar targetRevision: "*" helm: releaseName: radar valueFiles: - $values/apps/radar/values.yaml - repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: radar syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true