apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: cerbos namespace: argocd spec: generators: - list: elements: - cluster: https://kubernetes.default.svc env: prod - cluster: https://kubernetes.default.svc env: staging template: metadata: name: '{{ env }}-cerbos' spec: project: atlantis 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/cerbos/values.yaml - $values/cerbos/{{ env }}-values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD ref: values