Skip to content

Commit f8763db

Browse files
author
Michal Tichák
committed
[operator] disable kube-rbac-proxy verification for metrics for testing purposes
1 parent d22dc83 commit f8763db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control-operator/config/default/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ patchesStrategicMerge:
3030
# Protect the /metrics endpoint by putting it behind auth.
3131
# If you want your controller-manager to expose the /metrics
3232
# endpoint w/o any authn/z, please comment the following line.
33-
- manager_auth_proxy_patch.yaml
33+
# TODO: replace kube-rbac-proxy with WithAuthenticationAndAuthorization (see kubebuilder deprecation notice)
34+
#- manager_auth_proxy_patch.yaml
3435

3536

3637

0 commit comments

Comments
 (0)