We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22dc83 commit f8763dbCopy full SHA for f8763db
control-operator/config/default/kustomization.yaml
@@ -30,7 +30,8 @@ patchesStrategicMerge:
30
# Protect the /metrics endpoint by putting it behind auth.
31
# If you want your controller-manager to expose the /metrics
32
# endpoint w/o any authn/z, please comment the following line.
33
-- manager_auth_proxy_patch.yaml
+# TODO: replace kube-rbac-proxy with WithAuthenticationAndAuthorization (see kubebuilder deprecation notice)
34
+#- manager_auth_proxy_patch.yaml
35
36
37
0 commit comments