mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(provisioning): register topologyKeys from driver env (#395)
Signed-off-by: shubham <shubham14bajpai@gmail.com>
This commit is contained in:
parent
37a5cb80e2
commit
a6462c5234
6 changed files with 109 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue