Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Jun 13, 2022
1 parent 3a4f442 commit e828cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ func setupReconcilers(ctx context.Context, mgr ctrl.Manager) {
runtimeClient = runtimeclient.New(runtimeclient.Options{
Catalog: catalog,
Registry: runtimeregistry.New(),
Client: mgr.GetClient(),
})
}

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cluster_upgrade_runtimesdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func extensionConfig(specName string, namespace *corev1.Namespace) *runtimev1.Ex
//Name: fmt.Sprintf("%s-%s", specName, util.RandomString(6)),
Name: specName,
Annotations: map[string]string{
"cert-manager.io/inject-ca-from-secret": fmt.Sprintf("%s/webhook-service-cert", namespace.Name),
"runtime.cluster.x-k8s.io/inject-ca-from-secret": fmt.Sprintf("%s/webhook-service-cert", namespace.Name),
},
},
Spec: runtimev1.ExtensionConfigSpec{
Expand Down

0 comments on commit e828cb8

Please sign in to comment.