Skip to content

Commit 36a0df1

Browse files
Merge pull request openshift-kni#1507 from shajmakh/fix-mcp-url
deploy-mco-crds: update CRD url
2 parents 799554f + bf52cd0 commit 36a0df1

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)