We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a17712 + 7b65170 commit b778406Copy full SHA for b778406
Makefile
@@ -143,7 +143,7 @@ validate-cluster: ## Do some cluster validations before installing
143
@oc cluster-info >/dev/null && echo "OK" || (echo "Error"; exit 1)
144
@echo -n " storageclass: "
145
@if [ `oc get storageclass -o go-template='{{printf "%d\n" (len .items)}}'` -eq 0 ]; then\
146
- echo "None Found"; exit 1;\
+ echo "WARNING: No storageclass found";\
147
else\
148
echo "OK";\
149
fi
0 commit comments