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