4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl apply -f pvc.yaml -f deployment.yaml -f service.yaml -f istio.yaml
|