Skip to content

Commit

Permalink
Change helm package to wordpress for test
Browse files Browse the repository at this point in the history
  • Loading branch information
viveklak committed Mar 29, 2022
1 parent 2154c37 commit 4994d07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/sdk/nodejs/examples/helm-no-default-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ const k8sProvider = new k8s.Provider(`k8s-provider`, {
})

new k8s.helm.v3.Chart(
'cert-manager',
'wordpress',
{
fetchOpts: {
repo: 'https://charts.jetstack.io',
repo: 'https://charts.bitnami.com/bitnami',
},
chart: 'cert-manager',
version: 'v1.5.3',
chart: 'wordpress',
},
{
provider: k8sProvider,
Expand Down

0 comments on commit 4994d07

Please sign in to comment.