mirror of https://github.com/crossplane/docs.git
Quote *.ec2.aws.crossplane.io
Without the quote it renders like a comment for some reason. Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
40282a3ec7
commit
da67f969bf
|
|
@ -56,7 +56,7 @@ spec:
|
||||||
activate:
|
activate:
|
||||||
- buckets.s3.aws.crossplane.io
|
- buckets.s3.aws.crossplane.io
|
||||||
- instances.rds.aws.crossplane.io
|
- instances.rds.aws.crossplane.io
|
||||||
- *.ec2.aws.crossplane.io # All EC2 resources
|
- "*.ec2.aws.crossplane.io" # All EC2 resources
|
||||||
```
|
```
|
||||||
|
|
||||||
When you apply this MRAP, Crossplane activates the specified S3 Bucket, RDS
|
When you apply this MRAP, Crossplane activates the specified S3 Bucket, RDS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue