fix(chart): remove zfsNode.podLabels.name from values (#352)

Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
This commit is contained in:
Hugo Renard 2021-06-29 12:06:01 +02:00 committed by GitHub
parent 9b907fa884
commit a88eb8bf9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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/

View file

@ -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: {}