We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51fa12 commit cfb2c28Copy full SHA for cfb2c28
02-install-all.sh
@@ -0,0 +1,9 @@
1
+kubectl create namespace redis
2
+kubectl create namespace staging
3
+
4
+kubectl apply -f redis -n redis
5
+kubectl apply -f nestjs-redis -n staging
6
7
+# Cleanup!
8
+kubectl delete -f redis -n redis
9
+kubectl delete -f nestjs-redis -n staging
0 commit comments