Skip to content

Commit f0df074

Browse files
Merge pull request #916 from paramite/aeee-override-fix
Fix ansible runner override
2 parents c4aeecf + 87bb4b0 commit f0df074

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
@@ -788,9 +788,9 @@ endif
788788
.PHONY: edpm_patch_ansible_runner_image
789789
edpm_patch_ansible_runner_image:
790790
$(eval $(call vars,$@,dataplane))
791-
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep ansibleee) \
791+
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep openstack-operator) \
792792
-n ${OPERATOR_NAMESPACE} --type='json' \
793-
-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}"}}]'
793+
-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}"}}]'
794794

795795
.PHONY: edpm_deploy_prep
796796
edpm_deploy_prep: export KIND=OpenStackDataPlaneNodeSet

0 commit comments

Comments
 (0)