From d1f461f6420b1bf3aeca99251945fe6b321e0fbc Mon Sep 17 00:00:00 2001 From: Paul Fouquet Date: Tue, 31 Oct 2023 16:55:10 +1300 Subject: [PATCH] docs: add helm support step --- infra/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infra/README.md b/infra/README.md index 1df97e692..83d93d86f 100644 --- a/infra/README.md +++ b/infra/README.md @@ -57,6 +57,13 @@ Login to AWS Generate the kubernetes configuration yaml into `dist/` +add Helm repositories () + +```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 ```