apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: vncmail resources: - ../../base - namespace.yaml # - secret.yaml # create from secret.example.yaml; not committed # This is the live sandbox (vncmail.sandbox.vnc.de) — deliberately zero patches # beyond namespace/resource wiring, so `kubectl kustomize .` renders identical # to the pre-restructure flat deploy/k8s/. The image is left at base's default # and overridden per-deploy by CI (`kubectl set image`, see .gitlab-ci.yml's # deploy-dev job) rather than pinned here, so this file never goes stale.