From 06641b6ef0790b607f6d1ad564590b499ec36f02 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 4 Feb 2018 15:43:35 +0100 Subject: [PATCH] Adding a note where to grab 'simple_flask' Just for those who have forgotten where simple_flask was grabed. --- slides/presentations/k8s/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/presentations/k8s/index.md b/slides/presentations/k8s/index.md index 2f132e6..9bf7a09 100644 --- a/slides/presentations/k8s/index.md +++ b/slides/presentations/k8s/index.md @@ -790,7 +790,7 @@ kubectl get service flaskiservice * Our application currently only returns a string * Let's add a database to our application -* Go to `/root/workshop/simple_flask` +* Go to `/root/workshop/simple_flask` (or check out of https://goo.gl/Cg6vkf) * `git checkout redis` We have added a simple redis-dependent function in our app.