Skip to content

Commit

Permalink
moving out of security
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Oct 8, 2024
1 parent ba6a7f2 commit b29dcf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ spec:
key: postgresPassword
- name: spring.datasource.username
value: {{ .Values.postgres.username | quote }}
{{- if .Values.app.customLogoUrl }}
- name: conductor.ui.custom.logo
value: {{ .Values.app.customLogoUrl | quote }}
{{- end }}
{{- if $securityEnabled }}
#### Security ####
- name: conductor.security.enabled
Expand Down Expand Up @@ -161,10 +165,6 @@ spec:
- name: conductor.security.auth0.domain
value: {{ .Values.security.auth0.domain | quote }}
{{- end }}
{{- if .Values.app.customLogoUrl }}
- name: conductor.ui.custom.logo
value: {{ .Values.app.customLogoUrl | quote }}
{{- end }}
{{- if .Values.security.oidc }}
#### Security - OIDC ####
- name: conductor.security.oidc.clientId
Expand Down

0 comments on commit b29dcf6

Please sign in to comment.