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