apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # secret.example.yaml is intentionally NOT listed — copy it to secret.yaml # (gitignored) and apply manually once per cluster. resources: - namespace.yaml - storage.yaml - deployment-pihole.yaml - deployment-unbound.yaml - service.yaml