mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Don't wrap when generating base64
This commit is contained in:
parent
b18d6f351c
commit
5dc637d8d3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if [ -z $2 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE=$(echo "${2}" | base64 )
|
LICENSE=$(echo "${2}" | base64 -w 0 )
|
||||||
NS=$1
|
NS=$1
|
||||||
|
|
||||||
if [ -z $NS ]; then
|
if [ -z $NS ]; then
|
||||||
|
|
Loading…
Reference in a new issue