Skip to content

Commit 5dc637d

Browse files
author
lamai93
committed
Don't wrap when generating base64
1 parent b18d6f3 commit 5dc637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kube_create_license_key_secret.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -z $2 ]; then
55
exit 0
66
fi
77

8-
LICENSE=$(echo "${2}" | base64 )
8+
LICENSE=$(echo "${2}" | base64 -w 0 )
99
NS=$1
1010

1111
if [ -z $NS ]; then

0 commit comments

Comments
 (0)