Skip to content

Commit

Permalink
charts: Support to modify the RBAC image of Operator. radondb#300
Browse files Browse the repository at this point in the history
  • Loading branch information
runkecheng committed Nov 16, 2021
1 parent a83af5d commit 280518a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mysql-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
containers:
{{- if .Values.rbacProxy.create }}
- name: kube-rbac-proxy
image: gcr.azk8s.cn/kubebuilder/kube-rbac-proxy:v0.8.0
image: {{ .Values.rbacProxy.image }}
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
1 change: 1 addition & 0 deletions charts/mysql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rbac:

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

leaderElection:
create: true
Expand Down

0 comments on commit 280518a

Please sign in to comment.