From dd28432c304def116a5e43b315966ebad103e790 Mon Sep 17 00:00:00 2001 From: Mengqi Yu Date: Tue, 27 Mar 2018 19:13:41 -0700 Subject: [PATCH] fix tutorial --- cmd/kinflate/demoHelloWorldLong/overlays/production/manifest.md | 2 +- cmd/kinflate/demoHelloWorldLong/overlays/staging/manifest.md | 2 +- cmd/kinflate/demoMySql.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/kinflate/demoHelloWorldLong/overlays/production/manifest.md b/cmd/kinflate/demoHelloWorldLong/overlays/production/manifest.md index dec532aae..79a01aa3f 100644 --- a/cmd/kinflate/demoHelloWorldLong/overlays/production/manifest.md +++ b/cmd/kinflate/demoHelloWorldLong/overlays/production/manifest.md @@ -10,7 +10,7 @@ apiVersion: manifest.k8s.io/v1alpha1 kind: Package metadata: name: makes-production-tuthello -description: hello configured for production +# description: hello configured for production namePrefix: production- objectLabels: instance: production diff --git a/cmd/kinflate/demoHelloWorldLong/overlays/staging/manifest.md b/cmd/kinflate/demoHelloWorldLong/overlays/staging/manifest.md index e8f69c01f..667793031 100644 --- a/cmd/kinflate/demoHelloWorldLong/overlays/staging/manifest.md +++ b/cmd/kinflate/demoHelloWorldLong/overlays/staging/manifest.md @@ -10,7 +10,7 @@ apiVersion: manifest.k8s.io/v1alpha1 kind: Package metadata: name: makes-staging-hello -description: hello configured for staging +# description: hello configured for staging namePrefix: staging- objectLabels: instance: staging diff --git a/cmd/kinflate/demoMySql.md b/cmd/kinflate/demoMySql.md index 9ae48fee4..ec1fb23ac 100644 --- a/cmd/kinflate/demoMySql.md +++ b/cmd/kinflate/demoMySql.md @@ -54,7 +54,7 @@ containing something like: > kind: Manifest > metadata: > name: helloworld -> description: helloworld does useful stuff. +> # description: helloworld does useful stuff. > namePrefix: some-prefix > # Labels to add to all objects and selectors. > # These labels would also be used to form the selector for apply --prune