3 references to ReleaseName
Aspire.Hosting.Kubernetes (1)
Deployment\HelmDeploymentEngine.cs (1)
50var resolvedRelease = await releaseAnnotation.ReleaseName.GetValueAsync(context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesDeployTests.cs (2)
80Assert.NotNull(annotation.ReleaseName); 150Assert.NotNull(annotation.ReleaseName);