Skip to content

Commit

Permalink
fix: fix the style of trans config (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <[email protected]>
  • Loading branch information
wangxye authored Dec 6, 2023
1 parent 9bd145b commit c4d4915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/automq-for-rocketmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.5
version: 0.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 6 additions & 2 deletions charts/automq-for-rocketmq/templates/broker/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ data:
store:
kvPath: "/root/logs/kvstore"
{{- if .Values.broker.storage.transactionTimeoutMillis }}transactionTimeoutMillis:{{- .Values.broker.storage.transactionTimeoutMillis }}{{- else }}{{- end }}
{{- if .Values.broker.storage.transactionCheckInterval }}transactionCheckInterval:{{- .Values.broker.storage.transactionCheckInterval }}{{- else }}{{- end }}
{{- if .Values.broker.storage.transactionTimeoutMillis }}
transactionTimeoutMillis: {{ .Values.broker.storage.transactionTimeoutMillis }}
{{- end }}
{{- if .Values.broker.storage.transactionCheckInterval }}
transactionCheckInterval: {{ .Values.broker.storage.transactionCheckInterval }}
{{- end }}
controller:
recycleS3IntervalInSecs: 360
Expand Down

0 comments on commit c4d4915

Please sign in to comment.