Skip to content

Commit

Permalink
Merge pull request #318 from 7navyasa/main
Browse files Browse the repository at this point in the history
examples directory location change fix
  • Loading branch information
a-hilaly authored Feb 19, 2025
2 parents 6e1213b + 8bcabef commit 98554ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/aws/webstack/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This example creates a ResourceGraphDefinition called `WebStack` comprised of
three other RGs: `WebApp`, `S3Bucket`, and `PodIdentity`

![Netsted RGD Instance](../../images/architecture-diagrams/kro-WebStack.png)
_Fugure 1: Nested RGD Example_
![Netsted RGD Instance](../../../images/architecture-diagrams/kro-WebStack.png)
_Figure 1: Nested RGD Example_

### Create ResourceGraphDefinitions

Expand All @@ -17,8 +17,8 @@ cd examples/
Apply the RGs to your cluster:

```
kubectl apply -f podidenity/rg.yaml -f s3bucket/rg.yaml -f webapp/rg.yaml
kubectl apply -f webstack/rg.yaml
kubectl apply -f aws/podidenity/rg.yaml -f aws/s3bucket/rg.yaml -f kubernetes/webapp/rg.yaml
kubectl apply -f aws/webstack/rg.yaml
```

Validate the RGs statuses are Active:
Expand Down

0 comments on commit 98554ac

Please sign in to comment.