mirror of https://github.com/crossplane/docs.git
Fix EnvironmentConfigs Selector (#309)
Fix https://github.com/crossplane/docs/issues/308
This commit is contained in:
parent
4004c4b395
commit
41f0fd3fe8
|
@ -314,6 +314,7 @@ spec:
|
||||||
name: example-environment
|
name: example-environment
|
||||||
- type: Selector
|
- type: Selector
|
||||||
selector:
|
selector:
|
||||||
|
matchLabels:
|
||||||
- key: stage
|
- key: stage
|
||||||
type: FromCompositeFieldPath # this is the default
|
type: FromCompositeFieldPath # this is the default
|
||||||
valueFromFieldPath: spec.parameters.stage
|
valueFromFieldPath: spec.parameters.stage
|
||||||
|
|
Loading…
Reference in New Issue