Skip to content

Commit 453d862

Browse files
committed
Remove command and args. Defaults will run from Dockerfile.
1 parent bc182b6 commit 453d862

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

applications/prompt-pub/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ spec:
2323
containers:
2424
- name: {{ .Chart.Name }}
2525
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
26-
command: ["python3", "-m"]
27-
args: ["lsst.prompt_publication_service.service"]
2826
env:
2927
- name: PROMPTPUB_STATE_DATABASE_URI
3028
value: {{ .Values.publication.stateDB }}

0 commit comments

Comments
 (0)