We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907d2d commit c9c8d0aCopy full SHA for c9c8d0a
charts/ingressmonitorcontroller/templates/deployment.yaml
@@ -32,7 +32,6 @@ spec:
32
- args:
33
- --secure-listen-address=0.0.0.0:8443
34
- --upstream=http://127.0.0.1:8080/
35
- - --logtostderr=true
36
- --v=0
37
image: {{ printf "%s:%s" .image.repository .image.tag | default "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0" | quote }}
38
imagePullPolicy: {{ .image.pullPolicy | quote }}
0 commit comments