Add a make all target

This commit is contained in:
adfoster-r7 2021-10-21 14:20:28 +01:00
parent ad122e94bd
commit ff977d34aa
No known key found for this signature in database
GPG Key ID: 3BD4FA3818818F04
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RESET := $(shell tput -Txterm sgr0)
HAS_CLUSTER_ADMIN_SERVICE_ACCOUNT=$(shell kubectl get clusterrolebinding docker-for-desktop-binding -o yaml 2>/dev/null | grep -c 'name: system:serviceaccounts$$')
default: help
all: run ##@install Install all charts
install: secret-files thinkphp lucee secrets dashboard ##@install Install all charts
thinkphp: ##@install Install vulnerable thinkphp application with full cluster access