Skip to content

Commit bf52cd0

Browse files
committed
deploy-mco-crds: update CRD url
Catch up with openshift/api@7171625 and consume latest MC CRD. Signed-off-by: Shereen Haj <[email protected]>
1 parent 799554f commit bf52cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/deploy-mco-crds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source hack/common.sh
44

55
# Specify the URL link to the machine config pool CRD
6-
CRD_MACHINE_CONFIG_POOL_URL="https://raw.githubusercontent.com/openshift/api/refs/heads/master/payload-manifests/crds/0000_80_machine-config_01_machineconfigpools-Default.crd.yaml"
6+
CRD_MACHINE_CONFIG_POOL_URL="https://raw.githubusercontent.com/openshift/api/refs/heads/master/payload-manifests/crds/0000_80_machine-config_01_machineconfigpools.crd.yaml"
77
# Specify the URL link to the kubeletconfig CRD
88
CRD_KUBELET_CONFIG_URL="https://raw.githubusercontent.com/openshift/api/refs/heads/master/payload-manifests/crds/0000_80_machine-config_01_kubeletconfigs.crd.yaml"
99

0 commit comments

Comments
 (0)