mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user