Files
cozystack/packages/extra/etcd/values.yaml
Andrei Kvapil 4da8ac3b77 Add schema generation and remove default values (#110)
* Add schema generation and remove default values

* fix monitoring schema generation

* fix default values


Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-05-09 10:45:57 +02:00

8 lines
137 B
YAML

## @section Common parameters
## @param size Persistent Volume size
## @param replicas Number of etcd replicas
##
size: 4Gi
replicas: 3