We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc182b6 commit 453d862Copy full SHA for 453d862
1 file changed
applications/prompt-pub/templates/statefulset.yaml
@@ -23,8 +23,6 @@ spec:
23
containers:
24
- name: {{ .Chart.Name }}
25
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
26
- command: ["python3", "-m"]
27
- args: ["lsst.prompt_publication_service.service"]
28
env:
29
- name: PROMPTPUB_STATE_DATABASE_URI
30
value: {{ .Values.publication.stateDB }}
0 commit comments