Skip to content

Commit

Permalink
chore: better indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Oct 9, 2023
1 parent f77c1f3 commit 3ff50f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ spec:
dataGoTemplate: |-
config.yml: |
servers:
{{ range . }}
{{- range . }}
debug-pr-{{ . }}:
address: mcserver--debug-s1.seichi-debug-minecraft-on-seichiassist-pr-{{ . }}:25565
restricted: false
motd: ''
{{ end }}
{{- end }}
listeners:
- priorities:
Expand Down

0 comments on commit 3ff50f8

Please sign in to comment.