fix: Gets all install scripts working.
This commit is contained in:
parent
580095b322
commit
bad8c05da8
6 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
K3S_TOKEN="shared.secret.here"
|
||||
|
||||
# NOTE: Password here is not strong! This password is '1234'.
|
||||
# When changing the password, remember to escape the dollar signs!
|
||||
# Example: "Hello\$world"
|
||||
|
||||
SETUP_USERNAME="clusteradm"
|
||||
SETUP_PASSWORD="\$y\$j9T\$zoVys9dfUO/jrysh2Dtim1\$ZQbbt9Qw5qXw0NNCQ7ckdOaVM.QY70sxU82/cQz.siB"
|
||||
|
|
Reference in a new issue