Skip to content

Commit

Permalink
Merge pull request #916 from paramite/aeee-override-fix
Browse files Browse the repository at this point in the history
Fix ansible runner override
  • Loading branch information
openshift-merge-bot[bot] authored Oct 15, 2024
2 parents c4aeecf + 87bb4b0 commit f0df074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ endif
.PHONY: edpm_patch_ansible_runner_image
edpm_patch_ansible_runner_image:
$(eval $(call vars,$@,dataplane))
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep ansibleee) \
oc patch $(shell oc get csv -n ${OPERATOR_NAMESPACE} -o name | grep openstack-operator) \
-n ${OPERATOR_NAMESPACE} --type='json' \
-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}"}}]'
-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}"}}]'

.PHONY: edpm_deploy_prep
edpm_deploy_prep: export KIND=OpenStackDataPlaneNodeSet
Expand Down

0 comments on commit f0df074

Please sign in to comment.