Skip to content

Commit 923d1db

Browse files
committed
targetconfigcontroller: set description for csr-controller-ca
Ensure CA description is set to match CKAO managed configmap
1 parent daadfa3 commit 923d1db

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)