Skip to content

Commit

Permalink
fix: (PSKD-640) Fixed file path for Workload Orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Sep 30, 2024
1 parent bde40ec commit 91b6146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/vdm/tasks/workload_orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
cadence_number: "{{ V4_CFG_CADENCE_VERSION }}"
existing: "{{ vdm_overlays }}"
add:
- { transformers: examples/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2023.08", vdm: false }
- { transformers: examples/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2023.08", max: "2024.06", vdm: false }
- { transformers: overlays/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2024.07", vdm: false }
when:
- not V4_WORKLOAD_ORCHESTRATOR_ENABLED
tags:
Expand Down

0 comments on commit 91b6146

Please sign in to comment.