Skip to content

Commit 9085a94

Browse files
committed
fix configmap keys to uppercase
rel #19
1 parent 8730875 commit 9085a94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)