Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Oct 8, 2024
1 parent 8f807c8 commit 5415989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ spec:
- name: conductor.security.auth0.domain
value: {{ .Values.security.auth0.domain | quote }}
{{- end }}
{ { - if .Values.app.customLogoUrl - } }
{{ - if .Values.app.customLogoUrl - }}
- name: conductor.ui.custom.logo
value: { { .Values.app.customLogoUrl | quote } }
{ { - end - } }
value: {{ .Values.app.customLogoUrl | quote }}
{{ - end - }}
{{- if .Values.security.oidc }}
#### Security - OIDC ####
- name: conductor.security.oidc.clientId
Expand Down

0 comments on commit 5415989

Please sign in to comment.