Skip to content

Commit c9c8d0a

Browse files
committed
remove deprecated arg
1 parent 6907d2d commit c9c8d0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/ingressmonitorcontroller/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ spec:
3232
- args:
3333
- --secure-listen-address=0.0.0.0:8443
3434
- --upstream=http://127.0.0.1:8080/
35-
- --logtostderr=true
3635
- --v=0
3736
image: {{ printf "%s:%s" .image.repository .image.tag | default "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0" | quote }}
3837
imagePullPolicy: {{ .image.pullPolicy | quote }}

0 commit comments

Comments
 (0)