Skip to content

Commit 8823140

Browse files
committed
Update jira component to trigger the bug
1 parent 4202b57 commit 8823140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/targetconfigcontroller/targetconfigcontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func manageServiceAccountCABundle(ctx context.Context, lister corev1listers.Conf
746746

747747
func ManageCSRCABundle(ctx context.Context, lister corev1listers.ConfigMapLister, client corev1client.ConfigMapsGetter, recorder events.Recorder, refreshOnlyWhenExpired bool) (*corev1.ConfigMap, bool, error) {
748748
additionalAnnotations := certrotation.AdditionalAnnotations{
749-
JiraComponent: "kube-controller-manager",
749+
JiraComponent: "kube-controller-manager-foobar",
750750
Description: "CA to recognize the CSRs (both serving and client) signed by the kube-controller-manager.",
751751
}
752752
caBundleConfigMapName := "csr-controller-ca"

0 commit comments

Comments
 (0)