Skip to content

Commit ff977d3

Browse files
committed
Add a make all target
1 parent ad122e9 commit ff977d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/kubernetes/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RESET := $(shell tput -Txterm sgr0)
99
HAS_CLUSTER_ADMIN_SERVICE_ACCOUNT=$(shell kubectl get clusterrolebinding docker-for-desktop-binding -o yaml 2>/dev/null | grep -c 'name: system:serviceaccounts$$')
1010

1111
default: help
12+
all: run ##@install Install all charts
1213
install: secret-files thinkphp lucee secrets dashboard ##@install Install all charts
1314

1415
thinkphp: ##@install Install vulnerable thinkphp application with full cluster access

0 commit comments

Comments
 (0)