project: default
destination:
  server: https://kubernetes.default.svc
  namespace: argocd
sources:
  - repoURL: "https://argoproj.github.io/argo-helm"
    chart: argo-cd
    targetRevision: 6.7.10
    helm:
      valueFiles:
        - $values/argo-apps/argo-cd/values.yaml
  - repoURL: "git@github.com:suno-ai/glockenspiel.git"
    path: argo-apps/argo-cd/supporting
    targetRevision: "main"
    directory:
      recurse: true
  - repoURL: "git@github.com:suno-ai/glockenspiel.git"
    ref: values
    targetRevision: "main"
