diff --git a/Makefile b/Makefile index 01d95ea8..ad7123d2 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,7 @@ pages := $(shell find . -type f -name '*.adoc') # # podman currently fails when executing in GitHub actions on Ubuntu LTS 20.04, # so we never use podman if GITHUB_ACTIONS==true. -use_podman := $(shell command -v podman 2>&1 >/dev/null; p="$$?"; \ - if [ "$${GITHUB_ACTIONS}" != "true" ]; then echo "$$p"; else echo 1; fi) +use_podman := 1 ifeq ($(use_podman),0) engine_cmd ?= podman diff --git a/docs/modules/ROOT/pages/how-tos/authentication/disable-self-provisioning.adoc b/docs/modules/ROOT/pages/how-tos/authentication/disable-self-provisioning.adoc index 666fc773..e52915a6 100644 --- a/docs/modules/ROOT/pages/how-tos/authentication/disable-self-provisioning.adoc +++ b/docs/modules/ROOT/pages/how-tos/authentication/disable-self-provisioning.adoc @@ -1,4 +1,4 @@ -= Disable access to one or more OpenShift 4 clusters += Disable project self-provisioning on OpenShift 4 [abstract] This guide describes how to remove permission for users to self-provision projects on OpenShift 4 clusters.