Skip to content

Commit

Permalink
Apply imagePullPolicy to Schema Importer properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 15, 2023
1 parent d1c9874 commit dc16ec8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
securityContext:
{{- toYaml .Values.schemaImporter.securityContext | nindent 12 }}
image: "{{ .Values.schemaImporter.image.repository }}:{{ .Values.scalardbAnalyticsPostgreSQL.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.schemaImporter.image.pullPolicy }}
command: [/entrypoint.sh]
args:
- java
Expand Down

0 comments on commit dc16ec8

Please sign in to comment.