Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ cinder_deploy_prep: cinder_deploy_cleanup ## prepares the CR to install the serv
cinder_deploy: input cinder_deploy_prep ## installs the service instance using kustomize. Runs prep step in advance. Set CINDER_REPO and CINDER_BRANCH to deploy from a custom repo.
$(eval $(call vars,$@,cinder))
make wait
bash scripts/operator-deploy-resources.sh
## bash scripts/operator-deploy-resources.sh

.PHONY: cinder_deploy_cleanup
cinder_deploy_cleanup: namespace ## cleans up the service instance, Does not affect the operator.
Expand Down