Skip to content

Commit

Permalink
Fix json error
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Jan 21, 2023
1 parent a07c8c5 commit 05c222d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dragalia-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the Dragalia Lost server emulator

type: application

version: 1.1.8
version: 1.1.9
appVersion: "1.1.0-alpha"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/dragalia-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
{
"Name": "Seq",
"Args": {
"serverUrl": "{{ .Values.seq.hostname }}"
"serverUrl": "{{ .Values.seq.hostname }}",
"apiKey": "{{ .Values.seq.apiKey }}",
"restrictedToMinimumLevel": "Verbose"
}
Expand Down

0 comments on commit 05c222d

Please sign in to comment.