6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
kubectl create namespace z2
|
|
kubectl apply -f pv.yaml
|