Skip to content

Commit

Permalink
docs: Fix resources comments order in helm chart (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <pando855@gmail.com>
  • Loading branch information
pando85 committed May 22, 2024
1 parent 426cc18 commit fd3afc5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ zfsNode:
annotations: {}
podAnnotations: {}
resources: {}
# This can be configured to run on various different k8s distributions like
# microk8s where kubelet dir is different
kubeletDir: "/var/lib/kubelet/"
encrKeysDir: "/home/keys"
# limits:
# cpu: 10m
# memory: 32Mi
# requests:
# cpu: 10m
# memory: 32Mi
# This can be configured to run on various different k8s distributions like
# microk8s where kubelet dir is different
kubeletDir: "/var/lib/kubelet/"
encrKeysDir: "/home/keys"
## Labels to be added to openebs-zfs node pods
podLabels: {}
nodeSelector: {}
Expand Down Expand Up @@ -135,7 +135,6 @@ zfsController:
create: true
name: zfs-csi-controller-critical


# zfsPlugin is the common csi container used by the
# controller deployment and node daemonset
zfsPlugin:
Expand Down

0 comments on commit fd3afc5

Please sign in to comment.