Skip to content

Commit 40282a3

Browse files
committed
Fix wait command in MRD guide
Signed-off-by: Nic Cope <[email protected]>
1 parent 8dfa231 commit 40282a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/master/guides/disabling-unused-managed-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Save this as `provider.yaml` and apply it:
101101
kubectl apply -f provider.yaml
102102
103103
# Wait for provider to be ready
104-
kubectl wait --for condition=Healthy provider/provider-aws-ec2 --timeout=5m
104+
kubectl wait --for=condition=Healthy provider/provider-aws-ec2 --timeout=5m
105105
```
106106

107107
## Step 3: Verify Crossplane created MRDs

0 commit comments

Comments
 (0)