Skip to content

Instantly share code, notes, and snippets.

@valter-jnr
Created February 28, 2018 14:20
Show Gist options
  • Save valter-jnr/115cde9fcf35c165679a058a38fe1787 to your computer and use it in GitHub Desktop.
Save valter-jnr/115cde9fcf35c165679a058a38fe1787 to your computer and use it in GitHub Desktop.
$ PASSWORD=`openssl rand -base64 15`; echo "Your password is $PASSWORD"; sed -i.bak s#CHANGE_ME#$PASSWORD# jenkins/k8s/options
Your password is 2UyiEo2ezG/CKnUcgPxt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment