mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.8`
This commit is contained in:
parent
4fc72ab70b
commit
cf74a15ce8
|
@ -619,9 +619,9 @@ composed resource.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Always sets the XR's 'user' connection detail to 'admin'.
|
# Always sets the XR's 'user' connection detail to 'admin'.
|
||||||
- type: FromFieldPath
|
- type: FromValue
|
||||||
name: user
|
name: user
|
||||||
fromValue: admin
|
value: admin
|
||||||
```
|
```
|
||||||
|
|
||||||
### Readiness Checks
|
### Readiness Checks
|
||||||
|
|
Loading…
Reference in New Issue