mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/nats] Fix metrics resources indentation (#9461)
* [stable/nats] fix metrics resource indentation Signed-off-by: Tong Jia <ttjiaa@gmail.com> * [stable/nats] bump chart version Signed-off-by: Tong Jia <ttjiaa@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: nats
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 1.3.0
|
||||
description: An open-source, cloud-native messaging system
|
||||
keywords:
|
||||
|
||||
@@ -153,7 +153,7 @@ spec:
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 1
|
||||
resources:
|
||||
{{ toYaml .Values.metrics.resources | indent 10 }}
|
||||
{{ toYaml .Values.metrics.resources | indent 10 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: config
|
||||
|
||||
Reference in New Issue
Block a user