1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
This commit is contained in:
Ewout Prangsma 2018-03-09 10:49:09 +01:00
parent 3c3dbd19da
commit c3156e2ec5
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -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