Skip to content

Commit

Permalink
Merge pull request #276 from k82cn/rm_acts
Browse files Browse the repository at this point in the history
Removed old args and enable logs.
  • Loading branch information
k82cn authored Jul 7, 2018
2 parents 3b9ecd6 + 679dc2d commit 6fb5d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kube-arbitrator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}/kar-scheduler:{{ .Values.image.tag }}"
# args: ["--logtostderr", "--v", "3", "--action", "decorate", "--action", "allocate", "--action", "preempt"]
args: ["--logtostderr", "--v", "3"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{ toYaml .Values.resources | indent 10 }}
Expand All @@ -36,7 +36,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}/kar-controllers:{{ .Values.image.tag }}"
# args: ["--logtostderr", "--v", "3"]
args: ["--logtostderr", "--v", "3"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{ toYaml .Values.resources | indent 10 }}

0 comments on commit 6fb5d00

Please sign in to comment.