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 8db4e86 commit 47d57d3Copy full SHA for 47d57d3
config/default/manager_auth_proxy_patch.yaml
@@ -10,7 +10,7 @@ spec:
10
spec:
11
containers:
12
- name: kube-rbac-proxy
13
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
+ image: quay.io/brancz/kube-rbac-proxy:v0.18.2
14
securityContext:
15
allowPrivilegeEscalation: false
16
capabilities:
@@ -19,7 +19,6 @@ spec:
19
args:
20
- "--secure-listen-address=0.0.0.0:8443"
21
- "--upstream=http://127.0.0.1:8080/"
22
- - "--logtostderr=true"
23
- "--v=0"
24
ports:
25
- containerPort: 8443
0 commit comments