apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: vncmail-prod resources: - ../../base - namespace.yaml # - secret.yaml # create from secret.example.yaml; not committed patches: - path: patch-ingress.yaml - path: patch-deployment.yaml # NOT MEANT TO BE APPLIED AS COMMITTED. Scaffolding only (see the pipeline # plan's Phase C/D) — the tag below is an obviously-invalid placeholder; # the real promote job (.gitlab-ci.yml) resolves and pins an actual digest at # deploy time via `kubectl set image`, it never trusts whatever is checked # in here. images: - name: ghcr.io/brvncde-dotcom/vncmail-plus-dev newName: registry.gitlab.vnc.biz/gitlab-instance-b9b5cf2f/vncmail-plus newTag: not-yet-promoted