Skip to content

Commit 9ab2cf3

Browse files
committed
fix configmap keys to uppercase
rel #19
1 parent 8730875 commit 9ab2cf3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/tibiadata-api-go/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 1.2.0
27+
version: 1.2.1
2828

2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to

charts/tibiadata-api-go/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ configMap:
2828
create: true
2929
settings:
3030
# generic settings
31-
debug_mode: false
31+
DEBUG_MODE: false
3232
# Gin-related settings
33-
gin_mode: release
34-
gin_trusted_proxies: ""
33+
GIN_MODE: release
34+
GIN_TRUSTED_PROXIES: ""
3535
# TibiaData-related settings
36-
tibiadata_edition: open-source
37-
tibiadata_host: undefined
38-
tibiadata_restriction_mode: false
36+
TIBIADATA_EDITION: open-source
37+
TIBIADATA_HOST: undefined
38+
TIBIADATA_RESTRICTION_MODE: false
3939

4040
podAnnotations: {}
4141

0 commit comments

Comments
 (0)