Skip to content

Commit

Permalink
Merge branch 'master' into github-actions/upgrade-dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 30, 2024
2 parents 0383593 + 2254b72 commit 52e802d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/basics/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Helm chart with sentinel containers enabled:

> The Bitnami helm repo needs to be added through: `helm repo add bitnami https://charts.bitnami.com/bitnami`
> For accessing private helm repositories, you must be authenticated to the repository in a way that the `helm template`
> command recognizes.
```ts
class MyChart extends cdk8s.Chart {
constructor(scope: Construct, id: string) {
Expand Down

0 comments on commit 52e802d

Please sign in to comment.