From 0a004404cfef0ff99d54a656bc175051c0fcb7be Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Sun, 3 Sep 2023 08:36:46 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f98f1a..8cea746 100644 --- a/README.md +++ b/README.md @@ -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.