Skip to content

Commit

Permalink
Add missing enableAutoBalance parameter (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsimps authored Aug 1, 2022
1 parent 0295b33 commit d3fdf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/nebula-cluster/templates/nebula-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ spec:
resources: {{ toYaml .Values.nebula.storaged.resources | nindent 6 }}
image: {{ .Values.nebula.storaged.image }}
version: {{ .Values.nebula.version }}
enableAutoBalance: {{ .Values.nebula.storaged.enableAutoBalance }}
env: {{ toYaml .Values.nebula.storaged.env | nindent 6 }}
config: {{ toYaml .Values.nebula.storaged.config | nindent 6 }}
logVolumeClaim:
Expand Down
1 change: 1 addition & 0 deletions charts/nebula-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ nebula:
memory: "1Gi"
logStorage: "500Mi"
dataStorage: "1Gi"
enableAutoBalance: false
podLabels: {}
podAnnotations: {}
nodeSelector: {}
Expand Down

0 comments on commit d3fdf7f

Please sign in to comment.