Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmd/ate-setup/internal/demos/counter/counter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func TestExternalVolumeRenders(t *testing.T) {
for _, want := range []string{
"--validate-existing-file-path=/external-data/test.txt",
"mountPath: /external-data",
"type: ExternalVolumeTemplate",
"externalVolumeTemplate:",
tc.wantSC,
} {
Expand Down
1 change: 0 additions & 1 deletion docs/csi-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ snapshotsConfig:
storageLocation: gs://my-snapshots-bucket/stateful-agent
volumes:
- name: shared-storage
type: ExternalVolumeTemplate
externalVolumeTemplate:
capacity: 5Gi
storageClassName: csi-nfs-sc
Expand Down
Loading