mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 00:38:14 +08:00
20 lines
539 B
YAML
20 lines
539 B
YAML
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
|