Merge pull request #27977 from ciwang/move-storage-examples
Automatic merge from submit-queue Move storage examples Fixes #23671 Consolidate storage examples into separate folders for storage and volume plugins
This commit is contained in:
@@ -504,7 +504,7 @@ func TestAnnotateObjectFromFile(t *testing.T) {
|
||||
cmd := NewCmdAnnotate(f, buf)
|
||||
cmd.SetOutput(buf)
|
||||
options := &AnnotateOptions{}
|
||||
options.filenames = []string{"../../../examples/cassandra/cassandra-controller.yaml"}
|
||||
options.filenames = []string{"../../../examples/storage/cassandra/cassandra-controller.yaml"}
|
||||
args := []string{"a=b", "c-"}
|
||||
if err := options.Complete(f, buf, cmd, args); err != nil {
|
||||
t.Fatalf("unexpected error: %v", err)
|
||||
|
Reference in New Issue
Block a user