Skip to content

Commit

Permalink
Fixed another issue with the k8 entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stono committed Jul 6, 2020
1 parent 52b5f48 commit b401325
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion helmfile/charts/kconmon/templates/agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ spec:
image: "{{ required "Please specify the docker image" .Values.docker.image }}:{{ .Values.docker.tag | default .Chart.Version }}"
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/entrypoint.sh
- agent
env:
- name: CONTAINER_RESOURCE_REQUEST_MEMORY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ spec:
image: "{{ required "Please specify the docker image" .Values.docker.image }}:{{ .Values.docker.tag | default .Chart.Version }}"
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/entrypoint.sh
- controller
env:
- name: CONTAINER_RESOURCE_REQUEST_MEMORY
Expand Down

0 comments on commit b401325

Please sign in to comment.