diff --git a/infra/README.md b/infra/README.md index 8651fb082..521803a11 100644 --- a/infra/README.md +++ b/infra/README.md @@ -70,6 +70,12 @@ Generate the kubernetes configuration yaml into `dist/` npx cdk8s synth ``` +To debug use the following as `cdk8s syth` swallows the errors + +```shell +npx tsx infra/cdk8s.ts +``` + Apply the generated yaml files ```shell