Skip to content

Commit ccc65c7

Browse files
committed
Revert changes in example
1 parent e9a5f71 commit ccc65c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/arango-local-storage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: "storage.arangodb.com/v1alpha"
22
kind: "ArangoLocalStorage"
33
metadata:
4-
name: "arangodb-new-local-storage"
4+
name: "arangodb-local-storage"
55
spec:
66
storageClass:
7-
name: my-new-local-ssd
7+
name: my-local-ssd
88
isDefault: true
99
localPath:
10-
- /var/lib/arango-storage-new
10+
- /var/lib/arango-storage

0 commit comments

Comments
 (0)