
* add SC2001 to shellcheck skip-list * few functions from CloudFoundryDiego application was changed - manual deployment test requeired Change-Id: Ib7b223553bdfc14f7051911d7ed0e4076c6aebb0
4 lines
117 B
Bash
4 lines
117 B
Bash
#!/bin/bash
|
|
echo "Deleting Pods" >> /tmp/murano-kube.log
|
|
/opt/bin/kubectl delete pod -l "$1" >> /tmp/murano-kube.log
|