fix tutorial
This commit is contained in:
parent
fb54fd3b2d
commit
dd28432c30
|
|
@ -10,7 +10,7 @@ apiVersion: manifest.k8s.io/v1alpha1
|
||||||
kind: Package
|
kind: Package
|
||||||
metadata:
|
metadata:
|
||||||
name: makes-production-tuthello
|
name: makes-production-tuthello
|
||||||
description: hello configured for production
|
# description: hello configured for production
|
||||||
namePrefix: production-
|
namePrefix: production-
|
||||||
objectLabels:
|
objectLabels:
|
||||||
instance: production
|
instance: production
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ apiVersion: manifest.k8s.io/v1alpha1
|
||||||
kind: Package
|
kind: Package
|
||||||
metadata:
|
metadata:
|
||||||
name: makes-staging-hello
|
name: makes-staging-hello
|
||||||
description: hello configured for staging
|
# description: hello configured for staging
|
||||||
namePrefix: staging-
|
namePrefix: staging-
|
||||||
objectLabels:
|
objectLabels:
|
||||||
instance: staging
|
instance: staging
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ containing something like:
|
||||||
> kind: Manifest
|
> kind: Manifest
|
||||||
> metadata:
|
> metadata:
|
||||||
> name: helloworld
|
> name: helloworld
|
||||||
> description: helloworld does useful stuff.
|
> # description: helloworld does useful stuff.
|
||||||
> namePrefix: some-prefix
|
> namePrefix: some-prefix
|
||||||
> # Labels to add to all objects and selectors.
|
> # Labels to add to all objects and selectors.
|
||||||
> # These labels would also be used to form the selector for apply --prune
|
> # These labels would also be used to form the selector for apply --prune
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue