mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Cleanup
This commit is contained in:
parent
3c3dbd19da
commit
c3156e2ec5
1 changed files with 2 additions and 1 deletions
|
@ -24,4 +24,5 @@ kubectl delete configmap $mapname -n kube-system --ignore-not-found
|
|||
kubectl create configmap $mapname -n kube-system --from-env-file=$configfile || exit 1
|
||||
|
||||
echo Stored configuration:
|
||||
cat $configfile
|
||||
cat $configfile
|
||||
rm $configfile
|
||||
|
|
Loading…
Reference in a new issue