Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 32487d5

Browse files
author
Riaan Nolan
committed
Merge branch 'bug/waypoint-nomad' into 'master'
set -nomad-consul-service=false as consul is already installed in HashiQube... See merge request all-staff/hashiqube!118
1 parent 9be4068 commit 32487d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashicorp/waypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function waypoint-nomad() {
231231
sudo rm -rf /opt/nomad/data/volume/waypoint/*
232232
echo -e '\e[38;5;198m'"++++ Waypoint Install on Platform Hashicorp Nomad"
233233
export NOMAD_ADDR='http://localhost:4646'
234-
sudo --preserve-env=PATH -u vagrant waypoint install -platform=nomad -nomad-dc=dc1 -accept-tos -nomad-host-volume=waypoint -nomad-consul-service=true -context-create=nomad -runner=false
234+
sudo --preserve-env=PATH -u vagrant waypoint install -platform=nomad -nomad-dc=dc1 -accept-tos -nomad-host-volume=waypoint -nomad-consul-service=false -context-create=nomad -runner=false
235235
sleep 60;
236236
nomad job status
237237
nomad status

0 commit comments

Comments
 (0)