We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d576d0 commit 4b02a97Copy full SHA for 4b02a97
pkg/agent/spirecrd/crdmanager.go
@@ -50,7 +50,7 @@ func (s *SPIRECRDManager) ListClusterFederatedTrustDomains(inp ListFederationRel
50
gvr :=schema.GroupVersionResource {
51
Group: "spire.spiffe.io",
52
Version: "v1alpha1",
53
- Resource: "ClusterFederatedTrustDomains",
+ Resource: "clusterfederatedtrustdomains",
54
}
55
56
trustDomainList, err := kubeClient.Resource(gvr).Namespace("").List(context.TODO(), metav1.ListOptions{})
0 commit comments