sparse-intern-71089
12/11/2020, 4:22 PMbillowy-army-68599
def remove_status(obj, opts):
if obj["kind"] == "CustomResourceDefinition":
del obj["status"]
cert_manager = Chart(
"cert-manager-helm-chart",
ChartOpts(
chart="cert-manager",
version="v1.1.0",
namespace="cert-manager",
fetch_opts=FetchOpts(
repo="<https://charts.jetstack.io/>",
),
values={
"installCRDs": True
}
transformations=[remove_status]
), opts=ResourceOptions(provider=k8s_provider)
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by