Skip to content

Commit a7a05cd

Browse files
committed
dont quote containerPort
1 parent d79d012 commit a7a05cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/factorio-server-charts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
- name: factorio
144144
containerPort: 34197
145145
protocol: UDP
146-
- containerPort: {{ .Values.factorioServer.rcon_port | quote }}
146+
- containerPort: {{ .Values.factorioServer.rcon_port }}
147147
protocol: TCP
148148
resources:
149149
{{ toYaml .Values.resources | indent 10 }}

0 commit comments

Comments
 (0)