red-energy-41002
09/20/2022, 8:00 AMnull
. I have tried several ways to set the config to null
but I cant manage to do it and then the default config is used. Is this somehow possible?
_, err := s.NewChartRelease(otelCollectorChart, namespace.Metadata.Elem().Name(), pulumi.Map{
"fullnameOverride": pulumi.String("otel-collector"),
"mode": pulumi.String("deployment"),
"config": pulumi.Map{
"receivers": pulumi.Map{
"prometheus": nil,
}}})
In this example I want to set the "prometheus" config to nullNo 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