Skip to content

Commit

Permalink
Merge pull request #29 from nats-io/fix-stan-store-limits
Browse files Browse the repository at this point in the history
Fix scope of store limits in stan chart
  • Loading branch information
wallyqs authored Mar 4, 2020
2 parents 943c0d1 + 245eb71 commit 70ac1c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion helm/charts/stan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ keywords:
- replay
- statefulset
- cncf
version: 0.2.0
version: 0.2.2
maintainers:
- name: Waldemar Quevedo
github: https://github.com/wallyqs
email: [email protected]
- name: Colin Sullivan
github: https://github.com/ColinSullivan1
email: [email protected]
- name: rchenzheng
github: https://github.com/rchenzheng
icon: https://nats.io/img/logo.png
8 changes: 4 additions & 4 deletions helm/charts/stan/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ data:
]
}
{{- end }}
}
{{- with .Values.store.limits }}
store_limits: {{ toPrettyJson . | indent 4 }}
{{- end }}
{{- with .Values.store.limits }}
store_limits: {{ toPrettyJson . | indent 6 }}
{{- end }}
}

0 comments on commit 70ac1c6

Please sign in to comment.