Skip to content

Commit

Permalink
Fix chart doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Apr 30, 2019
1 parent 06fdb23 commit aa44441
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/gen/python-templates/helm/v2/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,6 @@ class Chart(pulumi.ComponentResource):
unlike a "normal" Pulumi program, updating a ConfigMap does not trigger a cascading update
among Deployments that reference it.
NOTE: `Chart` will attempt to sort the resources in the same way that Helm does, to ensure
that (e.g.) namespaces are created before things that are in them. But, because the Pulumi
engine delivers the these calls asynchronously, they could arrive "somewhat" out of order.
This should not affect many Helm charts.
:param str release_name: Name of the Chart (e.g., nginx-ingress).
:param Union[ChartOpts, LocalChartOpts] config: Configuration options for the Chart.
:param Optional[pulumi.ResourceOptions] opts: A bag of options that control this
Expand Down

0 comments on commit aa44441

Please sign in to comment.