Skip to content

Commit

Permalink
Merge pull request #250 from slagle/composable-services
Browse files Browse the repository at this point in the history
Create initial composable services for dataplane-operator
  • Loading branch information
slagle authored May 10, 2023
2 parents 2cc9d47 + db73082 commit 76c77ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ edpm_deploy_prep: edpm_deploy_cleanup $(if $(findstring true,$(NETWORK_ISOLATION
$(eval $(call vars,$@,dataplane))
mkdir -p ${OPERATOR_BASE_DIR} ${OPERATOR_DIR} ${DEPLOY_DIR}
pushd ${OPERATOR_BASE_DIR} && git clone ${GIT_CLONE_OPTS} $(if $(DATAPLANE_BRANCH),-b ${DATAPLANE_BRANCH}) ${DATAPLANE_REPO} "${OPERATOR_NAME}-operator" && popd
oc apply -f ${OPERATOR_BASE_DIR}/${OPERATOR_NAME}-operator/config/services
cp ${DATAPLANE_CR} ${DEPLOY_DIR}
bash scripts/gen-edpm-kustomize.sh
devsetup/scripts/gen-ansibleee-ssh-key.sh
Expand Down

0 comments on commit 76c77ad

Please sign in to comment.