Skip to content

Commit

Permalink
drop entrypoint from args
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed May 7, 2024
1 parent ca1c248 commit 4da0963
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/deployment.yaml.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
- name: prefetch
image: {{ .Image }}:{{ .Version }}
args:
- "/image-prefetcher"
- "fetch"
{{ if .Secret }}
- "--docker-config=/tmp/pull-secret/.dockerconfigjson"
Expand Down Expand Up @@ -94,7 +93,6 @@ spec:
- name: sleep
image: {{ .Image }}:{{ .Version }}
args:
- "/image-prefetcher"
- "sleep"
resources:
requests:
Expand Down

0 comments on commit 4da0963

Please sign in to comment.