Skip to content

Commit

Permalink
Update manager.yaml
Browse files Browse the repository at this point in the history
Removed default v0.5.0 kube-rbac-proxy in helm chart.
  • Loading branch information
trevorbox committed Jun 21, 2021
1 parent f685c2d commit e3135ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/helmchart/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- --tls-cert-file=/etc/certs/tls/tls.crt
- --tls-private-key-file=/etc/certs/tls/tls.key
- --v=10
image: "{{ .Values.kube_rbac_proxy.image.repository }}:{{ .Values.kube_rbac_proxy.image.tag | default "v0.5.0" }}"
image: "{{ .Values.kube_rbac_proxy.image.repository }}:{{ .Values.kube_rbac_proxy.image.tag }}"
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down Expand Up @@ -80,4 +80,4 @@ spec:
- name: tls-cert
secret:
defaultMode: 420
secretName: volume-expander-operator-certs
secretName: volume-expander-operator-certs

0 comments on commit e3135ff

Please sign in to comment.