We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e28d7c commit 007fb5eCopy full SHA for 007fb5e
charts/factorio-server-charts/templates/deployment.yaml
@@ -174,7 +174,7 @@ spec:
174
{{- if .Values.rcon_api.enabled }}
175
- name: {{ template "factorio-server-charts.fullname" . }}-rcon-api
176
image: "{{ .Values.rcon_api.image.repository }}:{{ .Values.rcon_api.image.tag }}"
177
- imagePullPolicy: {{ .Values.image.pullPolicy }}
+ imagePullPolicy: {{ .Values.rcon_api.image.pullPolicy }}
178
{{- with .Values.securityContext }}
179
securityContext:
180
{{- toYaml . | nindent 10 }}
0 commit comments