Skip to content

Commit

Permalink
osrdyne: fix deployment template
Browse files Browse the repository at this point in the history
Signed-off-by: Élyse Viard <[email protected]>
  • Loading branch information
ElysaSrc committed Oct 24, 2024
1 parent 6310ac3 commit 4568fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/osrdyne/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:

{{- if (eq .Values.services.core.autoscaling.type "Keda") }}
- name: OSRDYNE__WORKER_DRIVER__AUTOSCALING__AMQP_HOST
{{- $amqpManagementWithVhost := .Values.endpoints.managementWithVhost }}
{{- $amqpManagementWithVhost := .Values.endpoints.amqp.managementWithVhost }}
{{- if eq (typeOf $amqpManagementWithVhost) "map" }}
valueFrom:
{{- toYaml $amqpManagementWithVhost.valueFrom | nindent 6 }}
Expand Down

0 comments on commit 4568fda

Please sign in to comment.