Skip to content

Commit

Permalink
Fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Kołakowski authored May 13, 2021
1 parent 05205d3 commit 29e4880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
image: {{ .Values.visualization.image }}
env:
- name: SCENARIO_PLAYER_SCENARIO_ENDPOINT
value: "http://{{ include "customerSimulation.serviceName" . }}:{{include "customerSimulation.servicePort" . }}/scenario"
value: "http://{{ include "customerSimulation.serviceName" . }}:{{include "customerSimulation.servicePort" . }}/scenario"
{{- if .Values.globalInfra.mqtt.brokerServer }}
- name: MQTT_HOST
value: {{ .Values.globalInfra.mqtt.brokerServer | quote }}
Expand Down

0 comments on commit 29e4880

Please sign in to comment.