fix(provisioning): register topologyKeys from driver env (#395)

Signed-off-by: shubham <shubham14bajpai@gmail.com>
This commit is contained in:
Shubham Bajpai 2021-10-12 19:39:47 +05:30 committed by GitHub
parent 37a5cb80e2
commit a6462c5234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 109 additions and 20 deletions

View file

@ -1053,6 +1053,12 @@ spec:
value: agent
- name: OPENEBS_NAMESPACE
value: openebs
- name: ALLOWED_TOPOLOGIES
# The desired comma separated keys can be added here,
# by default all the node label keys are allowed.
# For example:
# value: "kubernetes.io/hostname,openebs.io/rack"
value: "All"
volumeMounts:
- name: plugin-dir
mountPath: /plugin