Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Nov 9, 2023
1 parent 5b9b42d commit e76416a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ spec:
secretKeyRef:
name: orkesdeploymentsecrets
key: redisPassword
{ { - if $clusterMode } }
{{- if $clusterMode }}
- name: conductor.db.type
value: redis_cluster
- name: conductor.queue.type
value: redis_cluster
{ { - end } }
{{- end }}
#### Postgres ####
- name: spring.datasource.url
value: {{ .Values.postgres.url | quote }}
Expand Down

0 comments on commit e76416a

Please sign in to comment.