Skip to content

Commit

Permalink
Fix: mc-router extraServiceSpec wrong indentation (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard127 authored Aug 5, 2024
1 parent cb5acb4 commit 197dcf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mc-router/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mc-router
version: 1.2.1
version: 1.2.2
appVersion: 1.20.0
home: https://github.com/itzg/mc-router
description: Routes Minecraft client connections to backend servers based upon the requested server address.
Expand Down
2 changes: 1 addition & 1 deletion charts/mc-router/templates/router-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
selector:
{{- include "mc-router.selectorLabels" . | nindent 4 }}
{{- if .Values.services.extraServiceSpec }}
{{ toYaml .Values.services.extraServiceSpec | indent 4 }}
{{ toYaml .Values.services.extraServiceSpec | nindent 2 }}
{{- end }}

0 comments on commit 197dcf3

Please sign in to comment.