We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a5f71 commit ccc65c7Copy full SHA for ccc65c7
examples/arango-local-storage.yaml
@@ -1,10 +1,10 @@
1
apiVersion: "storage.arangodb.com/v1alpha"
2
kind: "ArangoLocalStorage"
3
metadata:
4
- name: "arangodb-new-local-storage"
+ name: "arangodb-local-storage"
5
spec:
6
storageClass:
7
- name: my-new-local-ssd
+ name: my-local-ssd
8
isDefault: true
9
localPath:
10
- - /var/lib/arango-storage-new
+ - /var/lib/arango-storage
0 commit comments