Skip to content

Commit 87bb4b0

Browse files
committed
Fix ansible runner override
This patch makes overriding openstack-ansibleee-runner image work again.
1 parent a3c21fd commit 87bb4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ endif
781781
.PHONY: edpm_patch_ansible_runner_image
782782
edpm_patch_ansible_runner_image:
783783
$(eval $(call vars,$@,dataplane))
784-
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep ansibleee) \
784+
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep openstack-operator) \
785785
-n ${OPERATOR_NAMESPACE} --type='json' \
786-
-p='[{"op":"replace", "path":"/spec/install/spec/deployments/0/spec/template/spec/containers/1/env/0", "value": {"name": "RELATED_IMAGE_ANSIBLEEE_IMAGE_URL_DEFAULT", "value": "${DATAPLANE_RUNNER_IMG}"}}]'
786+
-p='[{"op":"replace", "path":"/spec/install/spec/deployments/0/spec/template/spec/containers/1/env/1", "value": {"name": "RELATED_IMAGE_ANSIBLEEE_IMAGE_URL_DEFAULT", "value": "${DATAPLANE_RUNNER_IMG}"}}]'
787787

788788
.PHONY: edpm_deploy_prep
789789
edpm_deploy_prep: export KIND=OpenStackDataPlaneNodeSet

0 commit comments

Comments
 (0)