File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -222,8 +222,6 @@ ${SSH} core@api.${CRC_VM_NAME}.${BASE_DOMAIN} -- 'sudo mkdir /opt/release-manife
222222retry ${OC} -n openshift-cluster-version get pods -o=name
223223CVO_POD_NAME=$( ${OC} -n openshift-cluster-version get pods -o=name)
224224retry ${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} -- " sudo KUBECONFIG=/opt/kubeconfig oc rsync -n openshift-cluster-version ${CVO_POD_NAME} :/release-manifests/ /opt/release-manifests/"
225- ${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} ' sudo sed -i "s/replicas: 2/replicas: 1/" /opt/release-manifests/*deployment.yaml'
226- ${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} ' sudo sed -i "s/replicas: 2/replicas: 1/" /opt/release-manifests/*clusterserviceversion.yaml'
227225${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} ' sudo sed -i "/memory: /d" /opt/release-manifests/*deployment.yaml'
228226${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} ' sudo sed -i "/memory: /d" /opt/release-manifests/*deploy.yaml'
229227${SSH} core@api.${CRC_VM_NAME} .${BASE_DOMAIN} ' sudo sed -i "/memory: /d" /opt/release-manifests/*operator.yaml'
You can’t perform that action at this time.
0 commit comments