apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: vncmail resources: - ../../base - namespace.yaml # - secret.yaml # create from secret.example.yaml; not committed patches: - path: patch-ingress.yaml - path: patch-image-pull-policy.yaml components: - image-tag # Targets the dev-k8s-1/2/3 cluster (confirmed via direct access: this is # where ArgoCD already lives). The image tag lives in image-tag/ (a separate # Component CI owns — see .gitlab-ci.yml's bump-dev job) rather than here, so # CI never needs to touch this file.