Remove explicit etcdUrl/etcdPrefix from volume parameters

This commit is contained in:
Vitaliy Filippov
2023-12-02 13:26:00 +03:00
parent 19e2d9d6fa
commit 037cf64a47
3 changed files with 51 additions and 57 deletions
+1 -4
View File
@@ -12,9 +12,6 @@ parameters:
etcdVolumePrefix: ""
poolId: "1"
# you can choose other configuration file if you have it in the config map
# different etcd URLs and prefixes should also be put in the config
#configPath: "/etc/vitastor/vitastor.conf"
# you can also specify etcdUrl here, maybe to connect to another Vitastor cluster
# multiple etcdUrls may be specified, delimited by comma
#etcdUrl: "http://192.168.7.2:2379"
#etcdPrefix: "/vitastor"
allowVolumeExpansion: true