Skip to content

Commit

Permalink
fix(deploy): correct default values for init containers and additonal…
Browse files Browse the repository at this point in the history
… volumes

Signed-off-by: Jesse Nelson <jesse@swirldslabs.com>
  • Loading branch information
jnels124 committed Feb 16, 2024
1 parent 15260d6 commit 7adbc4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ zfsNode:
# For example:
# allowedTopologyKeys: "kubernetes.io/hostname,openebs.io/rack"
allowedTopologyKeys: "All"
initContainers: []
additionalVolumes: []
initContainers: {}
additionalVolumes: {}

# zfsController contains the configurables for
# the zfs controller statefulset
zfsController:
componentName: openebs-zfs-controller
initContainers: []
additionalVolumes: []
initContainers: {}
additionalVolumes: {}
replicas: 1
serviceName: openebs-zfs
resizer:
Expand Down

0 comments on commit 7adbc4b

Please sign in to comment.