Skip to content

Commit 524fda7

Browse files
Merge pull request #271 from iamniting/log
bundle: remove debug logging from the manager auth proxy patch
2 parents d8977a9 + 3ab01b1 commit 524fda7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/odf-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ spec:
385385
- --secure-listen-address=0.0.0.0:8443
386386
- --upstream=http://127.0.0.1:8080/
387387
- --logtostderr=true
388-
- --v=10
388+
- --v=0
389389
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.11.0
390390
name: kube-rbac-proxy
391391
ports:

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- "--secure-listen-address=0.0.0.0:8443"
1616
- "--upstream=http://127.0.0.1:8080/"
1717
- "--logtostderr=true"
18-
- "--v=10"
18+
- "--v=0"
1919
ports:
2020
- containerPort: 8443
2121
name: https

0 commit comments

Comments
 (0)