We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad122e9 commit ff977d3Copy full SHA for ff977d3
test/kubernetes/Makefile
@@ -9,6 +9,7 @@ RESET := $(shell tput -Txterm sgr0)
9
HAS_CLUSTER_ADMIN_SERVICE_ACCOUNT=$(shell kubectl get clusterrolebinding docker-for-desktop-binding -o yaml 2>/dev/null | grep -c 'name: system:serviceaccounts$$')
10
11
default: help
12
+all: run ##@install Install all charts
13
install: secret-files thinkphp lucee secrets dashboard ##@install Install all charts
14
15
thinkphp: ##@install Install vulnerable thinkphp application with full cluster access
0 commit comments