apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: open-meteo-service namespace: argocd spec: project: sandbox source: repoURL: https://git.dvirlabs.com/dvirlabs/sandbox.git targetRevision: HEAD path: charts/open-meteo-service helm: valueFiles: - ../../manifests/open-meteo-service/values.yaml destination: server: https://kubernetes.default.svc namespace: sandbox syncPolicy: automated: prune: true selfHeal: true