Skip to content

Commit

Permalink
Clean up an outdated example (pulumi#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Dec 3, 2020
1 parent 2913893 commit 96d3838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-ts-aks-helm/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2016-2019, Pulumi Corporation. All rights reserved.

import * as helm from "@pulumi/kubernetes/helm";
import * as k8s from "@pulumi/kubernetes";
import { k8sCluster, k8sProvider } from "./cluster";

const apache = new helm.v2.Chart(
const apache = new k8s.helm.v3.Chart(
"apache",
{
repo: "bitnami",
Expand Down

0 comments on commit 96d3838

Please sign in to comment.