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