Skip to content

Commit

Permalink
fix(charts): correct default values
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Nelson <[email protected]>
  • Loading branch information
jnels124 committed Feb 20, 2024
1 parent b236788 commit bd03712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/505-default-chart-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
correct the default values for initContainers and additionalVolumes
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 bd03712

Please sign in to comment.