We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb7a97 commit 5ffa779Copy full SHA for 5ffa779
1 file changed
pkg/subroutines/defaults.go
@@ -29,10 +29,9 @@ var DefaultProviderConnections = []corev1alpha1.ProviderConnection{
29
AdminAuth: ptr.To(true),
30
},
31
{
32
- Path: "root:platform-mesh-system",
33
- Secret: "rebac-authz-webhook-kubeconfig",
34
- APIExportName: ptr.To("core.platform-mesh.io"),
35
- AdminAuth: ptr.To(false),
+ Path: "root:platform-mesh-system",
+ Secret: "rebac-authz-webhook-kubeconfig",
+ AdminAuth: ptr.To(true),
36
37
38
Path: "root:platform-mesh-system",
0 commit comments