Skip to content

Commit

Permalink
Fix compilation after upstream manifest changes
Browse files Browse the repository at this point in the history
Xelon-AG/xelon-csi#27 removed all versioned manifests.

This is a quickfix which most likely won't work with future releases.
  • Loading branch information
bastjan committed May 30, 2024
1 parent 2b148aa commit 611ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/xelon-csi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
kapitan:
dependencies:
- type: https
source: https://raw.githubusercontent.com/Xelon-AG/xelon-csi/master/deploy/kubernetes/releases/xelon-csi-${xelon_csi:manifests_version}/driver.yml
source: https://raw.githubusercontent.com/Xelon-AG/xelon-csi/${xelon_csi:manifests_version}/deploy/kubernetes/releases/xelon-csi-${xelon_csi:manifests_version}/driver.yml
output_path: ${_base_directory}/manifests/${xelon_csi:manifests_version}/driver.yaml
compile:
- input_paths:
Expand Down

0 comments on commit 611ea22

Please sign in to comment.