apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base images: - name: qinglong3-cluster-control newName: registry.example.com/qinglong/qinglong3-cluster-control # Fail closed until the independently verified release digest is supplied. digest: sha256:0000000000000000000000000000000000000000000000000000000000000000 patches: - target: group: batch version: v1 kind: Job labelSelector: app.kubernetes.io/name=ql3-cluster-migration path: migrate-job-patch.yaml