9 references to ToHelmValuesSectionName
Aspire.Hosting.Kubernetes (9)
Extensions\HelmExtensions.cs (3)
30
=> $"{{{{ {ValuesSegment}.{ParametersKey}.{resourceName}.{parameterName} }}}}".
ToHelmValuesSectionName
();
33
=> $"{{{{ {ValuesSegment}.{SecretsKey}.{resourceName}.{parameterName} }}}}".
ToHelmValuesSectionName
();
36
=> $"{{{{ {ValuesSegment}.{ConfigKey}.{resourceName}.{parameterName} }}}}".
ToHelmValuesSectionName
();
KubernetesPublishingContext.cs (2)
150
paramValues[key.
ToHelmValuesSectionName
()] = value ?? string.Empty;
155
helmSection[resource.Name.
ToHelmValuesSectionName
()] = paramValues;
KubernetesResource.cs (4)
143
var imageEnvName = $"{resourceInstance.Name.
ToHelmValuesSectionName
()}_image";
188
var paramName = $"port_{endpoint.Name}".
ToHelmValuesSectionName
();
463
var formattedName = parameter.Name.
ToHelmValuesSectionName
();
485
.
ToHelmValuesSectionName
();