We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4770a34 commit 0d5e129Copy full SHA for 0d5e129
Makefile
@@ -45,7 +45,7 @@ cluster:
45
kubectl create namespace test1
46
kubectl create namespace test2
47
kubectl create namespace test3
48
- @echo "Kind cluster '${CLUSTER}' created with namespaces: dev, staging, prod"
+ @echo "Kind cluster '${CLUSTER}' created with namespaces: test1, test2, test3"
49
50
.PHONY: cluster-delete
51
cluster-delete:
0 commit comments