Skip to content

Commit

Permalink
conductor persistence type
Browse files Browse the repository at this point in the history
  • Loading branch information
nittamathew authored and nittamathew committed Jan 18, 2024
1 parent b3ad5eb commit a8f3eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ spec:
value: redis_cluster
{{- end }}
#### Postgres ####
- name: conductor.persistence.type
value: {{ .Values.conductor.persistence.type | quote }}
- name: spring.datasource.url
value: {{ .Values.postgres.url | quote }}
- name: spring.datasource.password
Expand Down
4 changes: 4 additions & 0 deletions charts/orkes-conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ postgres:
password:
url:

conductor:
persistence:
type: postgres

imageCredentials:
registry: https://index.docker.io/v1/
username: orkesdocker
Expand Down

0 comments on commit a8f3eb2

Please sign in to comment.