test: skip snapshot-metadata sidedcar in update-hostpath.sh

external-snapshot-metadata yaml files are on unusual place, so this script
would need some updates. Since the sidecar is not used in any e2e test,
skip the sidecar for now.
This commit is contained in:
Jan Safranek 2025-11-05 11:21:37 +01:00
parent f09cd625bc
commit dfaed0586f

View file

@ -127,6 +127,10 @@ for image in $images; do
path="csi-snapshotter"
rbac="rbac-csi-snapshotter.yaml"
;;
external-snapshot-metadata)
# Another special case. There is no e2e test that needs the RBAC manifest + it's on an unusual place.
continue
;;
esac
;;
esac