File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 84
84
{{- toYaml .Values.image.run.securityContext | nindent 12 }}
85
85
{{- if eq .Values.deploymentstrategy "docker" }}
86
86
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default " latest" }}"
87
+ {{- if .Values.image.command }}
88
+ command : {{ .Values.image.command }}
89
+ {{- end }}
87
90
{{- else }}
88
91
image : " {{ .Values.image.run.repository }}:{{ .Values.image.run.tag | default " latest" }}"
89
92
workingDir : /app
Original file line number Diff line number Diff line change 84
84
{{- toYaml .Values.image.run.securityContext | nindent 12 }}
85
85
{{- if eq .Values.deploymentstrategy "docker" }}
86
86
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default " latest" }}"
87
+ {{- if .Values.image.command }}
88
+ command : {{ .Values.image.command }}
89
+ {{- end }}
87
90
{{- else }}
88
91
image : " {{ .Values.image.run.repository }}:{{ .Values.image.run.tag | default " latest" }}"
89
92
workingDir : /app
Original file line number Diff line number Diff line change 26
26
tag : main
27
27
pullPolicy : Always
28
28
containerPort : 8080
29
+ command : " node index.js"
29
30
fetch :
30
31
repository : ghcr.io/kubero-dev/buildpacks/fetch
31
32
tag : main
You can’t perform that action at this time.
0 commit comments