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.
2 parents 2c94635 + 3e8033c commit 63bd360Copy full SHA for 63bd360
pkg/scaffold/project/kustomize_auth_proxy_patch.go
@@ -52,7 +52,7 @@ spec:
52
spec:
53
containers:
54
- name: kube-rbac-proxy
55
- image: quay.io/brancz/kube-rbac-proxy:v0.4.0
+ image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
56
args:
57
- "--secure-listen-address=0.0.0.0:8443"
58
- "--upstream=http://127.0.0.1:8080/"
test/project/config/default/manager_auth_proxy_patch.yaml
@@ -10,7 +10,7 @@ spec:
10
11
12
13
14
15
16
0 commit comments