apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: {% if site_type == "docker" %} - deployment.yaml {% endif %} - service.yaml - ingress.yaml - certificate.yaml