File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5151 - name : {{ .Chart.Name }}
5252 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
5353 command :
54- {{ .Values.command | toYaml | indent 12 }}
54+ {{- .Values.command | toYaml | nindent 12 }}
5555 stdin : true
5656 tty : true
5757 {{- $domain := (.Values.ioc_domain | default $location) | upper }}
Original file line number Diff line number Diff line change 99 "type" : " object"
1010 },
1111 "command" : {
12+ "description" : " container entry point command" ,
1213 "type" : " array" ,
1314 "items" : {
14- "type" : " null "
15+ "type" : " string "
1516 }
1617 },
1718 "epics_version" : {
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ image:
3232 # Overrides the image tag whose default is the chart appVersion.
3333 tag : " "
3434
35- # @shema description: container entry point command
35+ # @schema description: container entry point command
3636command :
3737 - bash
3838 - -c
39- -
39+ - ./bin/linux-x86_64/st*.sh
4040
4141# @schema description: enable host networking for the pod
4242hostNetwork : false
You can’t perform that action at this time.
0 commit comments