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