some improvements

This commit is contained in:
ston1th 2019-08-11 22:16:06 +02:00
commit bae55a54f4
5 changed files with 4 additions and 2 deletions

View file

@ -1,7 +0,0 @@
#!/bin/bash
source /hooks/common/functions.sh
for refmap in $(kubectl get refmap -ojson | jq -r '.items[] | .metadata.name'); do
delete "${refmap}"
done