Skip to content

Commit

Permalink
Removing extra image
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed Apr 11, 2024
1 parent 954e20a commit 19858b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/base-otc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
imagePullSecrets:
{{- if .Values.image.imagePullSecrets }}
{{- range .Values.image.imagePullSecrets }}
- name: {{ .name }}
{{- end }}
{{- end }}
env:
{{- if .Values.image.env }}
{{- range $key, $value := .Values.image.env }}
Expand Down

0 comments on commit 19858b2

Please sign in to comment.