--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: flows resources: - ../base patches: - path: patch-backend.yaml target: kind: HelmRelease name: backend - path: patch-celery.yaml target: kind: HelmRelease name: celery - path: patch-frontend.yaml target: kind: HelmRelease name: frontend