5 references to SecretsKey
Aspire.Hosting.Kubernetes (5)
Extensions\HelmExtensions.cs (3)
26
=> $"{{{{ {ValuesSegment}.{
SecretsKey
}.{resourceName}.{parameterName} }}}}";
35
=> $"{resourceName}-{
SecretsKey
}";
56
=> value.Contains($"{{{{ {ValuesSegment}.{
SecretsKey
}.", StringComparison.Ordinal);
KubernetesPublishingContext.cs (2)
24
[HelmExtensions.
SecretsKey
] = new Dictionary<string, object>(),
108
AddValuesToHelmSection(resource, resourceContext.Secrets, HelmExtensions.
SecretsKey
);