Skip to content

Commit

Permalink
Fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 15, 2023
1 parent dc16ec8 commit 4d96022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- name: schema-importer
securityContext:
{{- toYaml .Values.schemaImporter.securityContext | nindent 12 }}
image: "{{ .Values.schemaImporter.image.repository }}:{{ .Values.scalardbAnalyticsPostgreSQL.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.schemaImporter.image.repository }}:{{ .Values.schemaImporter.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.schemaImporter.image.pullPolicy }}
command: [/entrypoint.sh]
args:
Expand Down

0 comments on commit 4d96022

Please sign in to comment.