mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v0.9`
This commit is contained in:
parent
064328ada0
commit
18324c1c2e
|
@ -151,7 +151,7 @@ spec:
|
|||
app: helloworld
|
||||
targetSelector:
|
||||
matchLabels:
|
||||
cluster: helloworld
|
||||
cluster: hello-world
|
||||
resourceTemplates:
|
||||
- metadata:
|
||||
name: helloworld-namespace
|
||||
|
@ -223,7 +223,7 @@ matching labels to the stanza we included on our `KubernetesApplication`:
|
|||
```
|
||||
targetSelector:
|
||||
matchLabels:
|
||||
cluster: helloworld
|
||||
cluster: hello-world
|
||||
```
|
||||
|
||||
Because we only have one `KubernetesTarget` with these labels in the
|
||||
|
|
Loading…
Reference in New Issue