Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana authored Sep 3, 2023
1 parent eca451a commit 0a00440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ graph TD;

This diagram can be hard to understand so these are the key information:

* **Namespaces** are the first resources to create, all other resources may be cluster scoped
* **CRDs** that allow to extend Kubernetes capabilities must be present in order to use them in all other applications if needed.
* **Crossplane** creates IRSA permissions which are required by some components
* **Namespaces** are the first resources to be created, all other resources may be namespace scoped
* **CRDs** that allow to extend Kubernetes capabilities must be present in order to use them in all other applications when needed.
* **Crossplane** creates [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html) permissions which are required by some components
* **Security** defines `external-secrets` that are needed by some applications in order to start. Furthermore there may be `kyverno` mutating policies that must be there before the resources they are targeting.

0 comments on commit 0a00440

Please sign in to comment.