apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: cerbos namespace: argocd spec: generators: - list: elements: - cluster: https://kubernetes.default.svc env: prod - cluster: https://staging-vcluster.staging-vcluster env: staging template: metadata: name: '{{ env }}-cerbos' spec: project: aux destination: server: https://kubernetes.default.svc namespace: idp sources: - repoURL: https://download.cerbos.dev/helm-charts targetRevision: 0.33.0 chart: cerbos helm: valueFiles: - $values/values/cerbos/values.yaml - $values/values/cerbos/values-{{ env }}.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main ref: values