mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 23:03:40 +00:00
update cephfs e2e test from v1beta3 to v1
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
parent
32c240b350
commit
a618260c74
@ -596,7 +596,7 @@ var _ = Describe("Volumes", func() {
|
|||||||
secret := &api.Secret{
|
secret := &api.Secret{
|
||||||
TypeMeta: unversioned.TypeMeta{
|
TypeMeta: unversioned.TypeMeta{
|
||||||
Kind: "Secret",
|
Kind: "Secret",
|
||||||
APIVersion: "v1beta3",
|
APIVersion: "v1",
|
||||||
},
|
},
|
||||||
ObjectMeta: api.ObjectMeta{
|
ObjectMeta: api.ObjectMeta{
|
||||||
Name: config.prefix + "-secret",
|
Name: config.prefix + "-secret",
|
||||||
|
Loading…
Reference in New Issue
Block a user