fix tutorial

This commit is contained in:
Mengqi Yu 2018-03-27 19:13:41 -07:00
parent fb54fd3b2d
commit dd28432c30
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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