Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scope of store limits in stan chart #29

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
}