stale-answer-34162
10/16/2023, 4:43 PMkubernetes:batch/v1:Job (cert-manager/cert-manager-startupapicheck):
warning: This resource contains Helm hooks that are not currently supported by Pulumi. The resource will be created, but any hooks will not be executed. Hooks support is tracked at <https://github.com/pulumi/pulumi-kubernetes/issues/555> -- This warning can be disabled by setting the PULUMI_K8S_SUPPRESS_HELM_HOOK_WARNINGS environment variable
kubernetes:core/v1:ServiceAccount (cert-manager/cert-manager-startupapicheck):
warning: This resource contains Helm hooks that are not currently supported by Pulumi. The resource will be created, but any hooks will not be executed. Hooks support is tracked at <https://github.com/pulumi/pulumi-kubernetes/issues/555> -- This warning can be disabled by setting the PULUMI_K8S_SUPPRESS_HELM_HOOK_WARNINGS environment variable
kubernetes:<http://rbac.authorization.k8s.io/v1:Role|rbac.authorization.k8s.io/v1:Role> (cert-manager/cert-manager-startupapicheck:create-cert):
warning: This resource contains Helm hooks that are not currently supported by Pulumi. The resource will be created, but any hooks will not be executed. Hooks support is tracked at <https://github.com/pulumi/pulumi-kubernetes/issues/555> -- This warning can be disabled by setting the PULUMI_K8S_SUPPRESS_HELM_HOOK_WARNINGS environment variable
kubernetes:<http://rbac.authorization.k8s.io/v1:RoleBinding|rbac.authorization.k8s.io/v1:RoleBinding> (cert-manager/cert-manager-startupapicheck:create-cert):
warning: This resource contains Helm hooks that are not currently supported by Pulumi. The resource will be created, but any hooks will not be executed. Hooks support is tracked at <https://github.com/pulumi/pulumi-kubernetes/issues/555> -- This warning can be disabled by setting the PULUMI_K8S_SUPPRESS_HELM_HOOK_WARNINGS environment variable
billowy-army-68599
stale-answer-34162
10/16/2023, 8:18 PMconst certManagerChart = new k8s.helm.v3.Chart("cert-manager", {
namespace: "cert-manager",
fetchOpts: {
repo: "<https://charts.jetstack.io>"
},
chart: "cert-manager",
}, { provider: cluster.provider });
k8s.helm.v3.Release
billowy-army-68599
stale-answer-34162
10/16/2023, 8:27 PM