Skip to content

Commit

Permalink
Merge pull request #276 from appuio/self-provisioning-2
Browse files Browse the repository at this point in the history
Fix title of self provisioning docs
  • Loading branch information
HappyTetrahedron authored Sep 20, 2023
2 parents 4f9b925 + 777185a commit 4e7e8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4e7e8e8

Please sign in to comment.