Skip to content

Commit

Permalink
Fix syntax issue in the deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
wgalanciak authored Jan 10, 2024
1 parent 2f1d0ea commit b0f6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/live/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
key: secret
{{- end }}

{{- if and .Values.av.jitsiUrl (ne .Values.av.jitsiUrl \"\") }}
{{- if and .Values.av.jitsiUrl (ne .Values.av.jitsiUrl "") }}
- name: CT_JITSI_URL
value: {{ .Values.av.jitsiUrl | quote }}
{{- end }}
Expand Down

0 comments on commit b0f6f29

Please sign in to comment.