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 authored Jun 21, 2021
1 parent f1906d9 commit b6c9e46
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: egressip-ipam-operator-certs
secretName: egressip-ipam-operator-certs

0 comments on commit b6c9e46

Please sign in to comment.