Skip to content

Commit

Permalink
Adding entrypoint and cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed May 28, 2024
1 parent a2da9bc commit 504087c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions charts/base-otc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: {{ .Values.command | toYaml | nindent 12 }} # Add this line for ENTRYPOINT
args: {{ .Values.args | toYaml | nindent 12 }} # Add this line for CMD
env:
{{- if .Values.image.env }}
{{- range $key, $value := .Values.image.env }}
Expand Down

0 comments on commit 504087c

Please sign in to comment.