Skip to content

Commit

Permalink
typo for externalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jsknnr committed Nov 18, 2024
1 parent fa7c266 commit d0ec092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: SERVER_SLOTS
value: {{ .Values.config.serverSlots | squote }}
- name: EXTERNAL_CONFIG
value: {{ .Values.config.externalCOnfig | squote }}
value: {{ .Values.config.externalConfig | squote }}
ports:
- name: game-port
containerPort: {{ .Values.config.gamePort | int }}
Expand Down

0 comments on commit d0ec092

Please sign in to comment.