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