Skip to content

Commit

Permalink
bool must be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
havardelnan committed Dec 3, 2024
1 parent 4b96daf commit 7bc40f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ror-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
data:
GIN_MODE: {{.Values.api.http.mode | quote}}
ALLOW_ORIGINS: {{.Values.api.config.allowOrigins | quote}}
USE_CORS: {{.Values.api.config.useCors }}
USE_CORS: {{.Values.api.config.useCors | quote }}
RABBITMQ_HOST: "rabbitmq-ror.nhn-ror.svc"
MONGODB_HOST: "ror-mongodb.nhn-ror.svc"
VAULT_HOST: "ror-vault-active.nhn-ror.svc"
Expand Down

0 comments on commit 7bc40f0

Please sign in to comment.