Skip to content

Commit

Permalink
Bug 1826259: fix ingress CA cert location
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Apr 21, 2020
1 parent b630dff commit 55e6851
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -413,7 +413,7 @@ func manageServiceAccountCABundle(lister corev1listers.ConfigMapLister, client c
resourcesynccontroller.ResourceLocation{Namespace: operatorclient.GlobalMachineSpecifiedConfigNamespace, Name: "kube-apiserver-server-ca"},
// include the ca bundle needed to recognize default
// certificates generated by cluster-ingress-operator
resourcesynccontroller.ResourceLocation{Namespace: operatorclient.GlobalMachineSpecifiedConfigNamespace, Name: "router-ca"},
resourcesynccontroller.ResourceLocation{Namespace: operatorclient.GlobalMachineSpecifiedConfigNamespace, Name: "default-ingress-cert"},
)
if err != nil {
return nil, false, err
Expand Down

0 comments on commit 55e6851

Please sign in to comment.