mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
fix(chart): remove zfsNode.podLabels.name from values (#352)
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
This commit is contained in:
parent
9b907fa884
commit
a88eb8bf9a
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: zfs-localpv
|
||||
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
||||
version: 1.8.2
|
||||
version: 1.8.3
|
||||
appVersion: 1.8.0
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||
home: http://www.openebs.io/
|
||||
|
|
|
|||
|
|
@ -41,8 +41,7 @@ zfsNode:
|
|||
# cpu: 10m
|
||||
# memory: 32Mi
|
||||
## Labels to be added to openebs-zfs node pods
|
||||
podLabels:
|
||||
name: openebs-zfs-node
|
||||
podLabels: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
securityContext: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue