Skip to content

Commit

Permalink
chore: Fixed namespace doc for Crossplane Example (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfollis committed Oct 19, 2022
1 parent 5b11891 commit 0848d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/crossplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ aws eks --region <enter-your-region> update-kubeconfig --name <cluster-name>
kubectl get nodes
```

#### Step 7: List all the pods running in `crossplane` namespace
#### Step 7: List all the pods running in `crossplane-system` namespace

```sh
kubectl get pods -n crossplane
kubectl get pods -n crossplane-system
```

### AWS Provider for Crossplane
Expand Down

0 comments on commit 0848d87

Please sign in to comment.