Skip to content

Commit

Permalink
remove deprecated arg
Browse files Browse the repository at this point in the history
  • Loading branch information
LilShah committed Apr 12, 2023
1 parent 6907d2d commit c9c8d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/ingressmonitorcontroller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: {{ printf "%s:%s" .image.repository .image.tag | default "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0" | quote }}
imagePullPolicy: {{ .image.pullPolicy | quote }}
Expand Down

0 comments on commit c9c8d0a

Please sign in to comment.