1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-03-25 01:44:43 +00:00

Added a README and a Makefile

This commit is contained in:
2020-10-19 15:03:40 -04:00
parent b0cbe65d92
commit 175f7ccc34
9 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
project_dir=$(git rev-parse --show-toplevel)
cd ${project_dir}
mkdir -p ${project_dir}/rke
USER=$LONGHORN_USERNAME; PASSWORD=$LONGHORN_PASSWORD; echo "${USER}:$(openssl passwd -stdin -apr1 <<< ${PASSWORD})" >> ${project_dir}rke/auth