rawfile-localpv/consts.py

7 lines
147 B
Python
Raw Normal View History

import os
PROVISIONER_NAME = os.getenv("PROVISIONER_NAME", "rawfile.csi.openebs.io")
2021-01-16 00:31:22 +00:00
PROVISIONER_VERSION = "0.4.3"
2020-04-23 13:52:01 +00:00
DATA_DIR = "/data"
CONFIG = {}