Skip to content

Commit ada9c68

Browse files
Merge pull request #851 from vrutkovs/csr-controller-ca-description
NO-JIRA: targetconfigcontroller: set description for csr-controller-ca
2 parents daadfa3 + 923d1db commit ada9c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/operator/targetconfigcontroller/targetconfigcontroller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ func ManageCSRCABundle(ctx context.Context, lister corev1listers.ConfigMapLister
710710
lister,
711711
certrotation.AdditionalAnnotations{
712712
JiraComponent: "kube-controller-manager",
713+
Description: "CA to recognize the CSRs (both serving and client) signed by the kube-controller-manager.",
713714
},
714715
// include the CA we use to sign CSRs
715716
resourcesynccontroller.ResourceLocation{Namespace: operatorclient.OperatorNamespace, Name: "csr-signer-ca"},

0 commit comments

Comments
 (0)