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