4 references to ClusterIssuerAnnotationKey
Aspire.Hosting.Kubernetes (3)
CertManagerExtensions.cs (3)
352
.WithGatewayAnnotation(
ClusterIssuerAnnotationKey
, issuer.Resource.Name);
623
&& g.GatewayAnnotations.TryGetValue(
ClusterIssuerAnnotationKey
, out var v)
638
ClusterIssuerAnnotationKey
+ "={IssuerName} and configured with at least one route. cert-manager will not be able to satisfy " +
Aspire.Hosting.Kubernetes.Tests (1)
CertManagerTests.cs (1)
110
CertManagerExtensions.
ClusterIssuerAnnotationKey
, out var value));