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
|
||||
- type: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
- key: stage
|
||||
type: FromCompositeFieldPath # this is the default
|
||||
valueFromFieldPath: spec.parameters.stage
|
||||
|
|
Loading…
Reference in New Issue