Skip to content

Commit

Permalink
fix: implement better doc and key insenstive also double check with j…
Browse files Browse the repository at this point in the history
…q values with null
  • Loading branch information
leiicamundi committed Nov 6, 2024
1 parent 76c1ea8 commit 66d7600
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 53 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Options:

This script checks the IRSA (IAM Roles for Service Accounts) configuration for AWS Kubernetes. It ensures that the necessary components are configured correctly for OpenSearch and PostgreSQL.

### IRSA Configuration Check (`/checks/kube/aws-irsa.sh`)

##### Description:

This script checks the IRSA (IAM Roles for Service Accounts) configuration for AWS Kubernetes. It ensures that the necessary components are configured correctly for OpenSearch and PostgreSQL.

Please note that this check requires Helm to be deployed directly; using `helm template` (e.g., for ArgoCD) is not supported at this time. If you're interested in this feature, feel free to open a ticket.

##### Usage:
```bash
Usage: ./checks/kube/aws-irsa.sh [-h] [-n NAMESPACE] [-e EXCLUDE_COMPONENTS] [-p COMPONENTS_PG] [-l COMPONENTS_OS] [-s]
Expand Down
Loading

0 comments on commit 66d7600

Please sign in to comment.