Skip to content

Commit 33b0076

Browse files
committed
fix: physical_disks reported incorrectly.
1 parent 16995ef commit 33b0076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/argo-events/workflowtemplates/enroll-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
- name: controller_id
5050
value: "{{=jsonpath(steps.['get-raid-config'].outputs.result, $.controller)}}"
5151
- name: physical_disks
52-
value: "{{=jsonpath(steps.['get-raid-config'].outputs.result, $.physical_disks)}}"
52+
value: "{{=jsonpath(steps.['get-raid-config'].outputs.result, $.physical_disks[*])}}"
5353
when: "{{workflow.parameters.raid_configure}} == true"
5454
- - name: server-manage-state
5555
template: openstack-state-cmd

0 commit comments

Comments
 (0)