hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 34962fc81141ce9e8a99f0e557fb07d8fa7ca3f4
parent f743878cce14ff2d129faf7898e85e8aded3ac79
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 12 Feb 2022 13:51:28 +0100

comment

Diffstat:
Mnomad.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad.sh b/nomad.sh @@ -129,7 +129,7 @@ cat << EOF >> .bashrc complete -C /usr/local/bin/nomad nomad EOF -# Mount NFS +# Mount NFS for hostpath volumes if [[ -n "$NFS_SERVER" ]]; then mkdir -p "$NFS_MOUNT_TARGET" # mount $NFS_SERVER:/$NFS_MOUNT $NFS_MOUNT_TARGET