Skip to content

Commit

Permalink
nit case
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer committed Oct 21, 2024
1 parent 4d576d0 commit 4b02a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/spirecrd/crdmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (s *SPIRECRDManager) ListClusterFederatedTrustDomains(inp ListFederationRel
gvr :=schema.GroupVersionResource {
Group: "spire.spiffe.io",
Version: "v1alpha1",
Resource: "ClusterFederatedTrustDomains",
Resource: "clusterfederatedtrustdomains",
}

trustDomainList, err := kubeClient.Resource(gvr).Namespace("").List(context.TODO(), metav1.ListOptions{})
Expand Down

0 comments on commit 4b02a97

Please sign in to comment.