Skip to content

Commit

Permalink
docs: add helm support step
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 31, 2023
1 parent 1817138 commit d1f461f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Login to AWS

Generate the kubernetes configuration yaml into `dist/`

add Helm repositories (<https://cdk8s.io/docs/latest/basics/helm/#helm-support>)

```shell
helm repo add eks https://aws.github.io/eks-charts
helm repo add argo https://argoproj.github.io/argo-helm
```

```shell
npx cdk8s synth
```
Expand Down

0 comments on commit d1f461f

Please sign in to comment.