apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: taskarr resources: - ./deployment.yaml - ./ingress.yaml - ./cert.yaml - ./service.yaml - ./migration-job.yaml - ./postgres-service.yaml - ./postgres-storage.yaml - ./postgres.yaml - ./database-secret.yaml - ./app-secret.yaml