We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18d6f3 commit 5dc637dCopy full SHA for 5dc637d
scripts/kube_create_license_key_secret.sh
@@ -5,7 +5,7 @@ if [ -z $2 ]; then
5
exit 0
6
fi
7
8
-LICENSE=$(echo "${2}" | base64 )
+LICENSE=$(echo "${2}" | base64 -w 0 )
9
NS=$1
10
11
if [ -z $NS ]; then
0 commit comments