We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08540df commit 419c490Copy full SHA for 419c490
Chapter13/controller/envV2.json
@@ -0,0 +1,3 @@
1
+{
2
+ "sessionSecret": "My Session Secret"
3
+}
Chapter13/kubernetes-deploy.sh
@@ -70,7 +70,7 @@ function getContext ()
70
echo "IP Address is $IP_ADDRESS"
71
72
showStep "updating env.json for $OS"
73
- if [[ $OS == "Darwin" ]]; then
+ if [[ $OS == "Darwin" ]] || [[ $OS == "darwin" ]]; then
74
echo "updating for OSX"
75
cat controller/env.json | sed -i '.bak' 's/\"kube_address":".*"/"kube_address":"'$IP_ADDRESS'"/' controller/env.json
76
else
0 commit comments