From 9f9d21cd34822d945feb5484830490fa927dfee2 Mon Sep 17 00:00:00 2001 From: IvanCherepov Date: Fri, 1 Jun 2018 15:37:50 -0400 Subject: [PATCH] Fix sandbox sample app fixed https://github.com/coreos/tectonic-forum/issues/285 --- Documentation/tutorials/sandbox/first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tutorials/sandbox/first-app.md b/Documentation/tutorials/sandbox/first-app.md index 305065f..f92366a 100644 --- a/Documentation/tutorials/sandbox/first-app.md +++ b/Documentation/tutorials/sandbox/first-app.md @@ -142,7 +142,7 @@ Create a file named `simple-deployment.yaml` using the YAML content listed below `simple-deployment.yaml`: ```yaml -apiVersion: apps/v1beta2 +apiVersion: extensions/v1beta1 kind: Deployment metadata: name: simple-deployment