Skip to content

Commit da67f96

Browse files
committed
Quote *.ec2.aws.crossplane.io
Without the quote it renders like a comment for some reason. Signed-off-by: Nic Cope <[email protected]>
1 parent 40282a3 commit da67f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/master/managed-resources/managed-resource-activation-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
activate:
5757
- buckets.s3.aws.crossplane.io
5858
- instances.rds.aws.crossplane.io
59-
- *.ec2.aws.crossplane.io # All EC2 resources
59+
- "*.ec2.aws.crossplane.io" # All EC2 resources
6060
```
6161
6262
When you apply this MRAP, Crossplane activates the specified S3 Bucket, RDS

0 commit comments

Comments
 (0)