Skip to content

Commit

Permalink
Merge pull request radondb#342 from runkecheng/pull_rbac_from_dockerhub
Browse files Browse the repository at this point in the history
charts: change the default path of the rbac proxy image. radondb#146
  • Loading branch information
andyli029 authored Dec 22, 2021
2 parents 5996b97 + d92e6d8 commit e71cadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mysql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rbac:

rbacProxy:
create: true
image: gcr.azk8s.cn/kubebuilder/kube-rbac-proxy:v0.8.0
image: radondb/kube-rbac-proxy:v0.8.0

leaderElection:
create: true
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.azk8s.cn/kubebuilder/kube-rbac-proxy:v0.8.0
image: radondb/kube-rbac-proxy:v0.8.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit e71cadf

Please sign in to comment.