Skip to content

Commit 419c490

Browse files
author
Bob Dill
committed
added missing envV2.json file to C13
1 parent 08540df commit 419c490

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Chapter13/controller/envV2.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"sessionSecret": "My Session Secret"
3+
}

Chapter13/kubernetes-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function getContext ()
7070
echo "IP Address is $IP_ADDRESS"
7171

7272
showStep "updating env.json for $OS"
73-
if [[ $OS == "Darwin" ]]; then
73+
if [[ $OS == "Darwin" ]] || [[ $OS == "darwin" ]]; then
7474
echo "updating for OSX"
7575
cat controller/env.json | sed -i '.bak' 's/\"kube_address":".*"/"kube_address":"'$IP_ADDRESS'"/' controller/env.json
7676
else

0 commit comments

Comments
 (0)