2 references to _helmValues
Aspire.Hosting.Kubernetes (2)
KubernetesPublishingContext.cs (2)
103if (contextItems.Count <= 0 || _helmValues[helmKey] is not Dictionary<string, object> helmSection) 145var valuesYaml = _serializer.Serialize(_helmValues);