mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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:
parent
f09cd625bc
commit
dfaed0586f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue