Skip to content

Commit

Permalink
Merge pull request #157 from orkes-io/logo_url
Browse files Browse the repository at this point in the history
custom logo url
  • Loading branch information
manan164 authored Oct 8, 2024
2 parents 95ba29f + b29dcf6 commit b17c28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 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
1 change: 1 addition & 0 deletions charts/orkes-conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ app:
documentStoreAzureBlobContainerName:
documentStoreAzureBlobEndpoint:
documentStoreAzureUseSASToken: "false"
customLogoUrl:
# postgres, s3, azureblob, gcp
archiveStoreType: "postgres"
resources:
Expand Down

0 comments on commit b17c28f

Please sign in to comment.