Skip to content

Commit

Permalink
Merge pull request #45 from avo-sepp/master
Browse files Browse the repository at this point in the history
toJson now toRawJson
  • Loading branch information
RazcoDev authored May 14, 2023
2 parents 70fa5f8 + f7cf413 commit b7f4d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- name: UVICORN_NUM_WORKERS
value: {{ .Values.server.uvicornWorkers | quote }}
- name: OPAL_DATA_CONFIG_SOURCES
value: {{ .Values.server.dataConfigSources | toJson | squote }}
value: {{ .Values.server.dataConfigSources | toRawJson | squote }}
{{- if .Values.server.broadcastUri }}
- name: OPAL_BROADCAST_URI
value: {{ .Values.server.broadcastUri | quote }}
Expand Down

0 comments on commit b7f4d11

Please sign in to comment.