Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
feat: update chart configuration to support stream configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 19, 2021
1 parent 5eccdeb commit 7df29d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/sjr/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ data:
- {{ $name }}
{{ end }}
{{ end }}
{{ with .Values.stream }}
stream:
{{ toYaml . | nindent 6 }}
{{ end }}
5 changes: 5 additions & 0 deletions charts/sjr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ channel: koochooloo
topics:
- k.1
- k.2

stream:
maxage: 1h
replicas: 1
storagetype: 1

0 comments on commit 7df29d2

Please sign in to comment.