--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: django resources: - ../base - export-project.yaml patches: - path: backend.yaml target: kind: Deployment name: backend - path: celery.yaml target: kind: Deployment name: celery - path: frontend.yaml target: kind: Deployment name: frontend