Skip to content

Commit

Permalink
fix: syntax error in server config map
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Mar 27, 2023
1 parent f538e62 commit f2d69e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/arma-reforger/Chart.yaml
Expand Up @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/brittonhayes/arma-reforger-helm/main/.gi
maintainers:
- name: Britton Hayes
url: https://github.com/brittonhayes
version: 0.5.1
version: 0.5.2
appVersion: "1.16.0"
keywords:
- arma-reforger
Expand Down
2 changes: 1 addition & 1 deletion charts/arma-reforger/README.md
@@ -1,6 +1,6 @@
# arma-reforger

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

A Helm chart for ARMA reforger on LinuxGSM.

Expand Down
2 changes: 1 addition & 1 deletion charts/arma-reforger/templates/configmap.yaml
Expand Up @@ -37,7 +37,7 @@ data:
"mods": [{{ include "mods" . }}]
},
"a2sQueryEnabled": true,
"steamQueryPort": {{ .Values.config.steamQueryPort }},
"steamQueryPort": {{ .Values.config.steamQueryPort }}
}
---
apiVersion: v1
Expand Down

0 comments on commit f2d69e0

Please sign in to comment.