From 744e731455ea674c2b73d4d2878010474e8d7f5a Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Tue, 8 Jan 2019 09:01:15 +0100 Subject: [PATCH] [stable/mongodb] Fix indentation on Metrics resources (#10457) Signed-off-by: juan131 --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/templates/deployment-standalone.yaml | 2 +- stable/mongodb/templates/statefulset-primary-rs.yaml | 2 +- stable/mongodb/templates/statefulset-secondary-rs.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 75f1ec2f96..c425b252d7 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 5.0.1 +version: 5.0.2 appVersion: 4.0.3 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/templates/deployment-standalone.yaml b/stable/mongodb/templates/deployment-standalone.yaml index 790b04ca06..95c6e6cc07 100644 --- a/stable/mongodb/templates/deployment-standalone.yaml +++ b/stable/mongodb/templates/deployment-standalone.yaml @@ -160,7 +160,7 @@ spec: initialDelaySeconds: 5 timeoutSeconds: 1 resources: - {{ toYaml .Values.metrics.resources | indent 10 }} +{{ toYaml .Values.metrics.resources | indent 10 }} {{- end }} volumes: {{- if (.Files.Glob "files/docker-entrypoint-initdb.d/*[sh|js]") }} diff --git a/stable/mongodb/templates/statefulset-primary-rs.yaml b/stable/mongodb/templates/statefulset-primary-rs.yaml index 58d047db10..fbd1ef3762 100644 --- a/stable/mongodb/templates/statefulset-primary-rs.yaml +++ b/stable/mongodb/templates/statefulset-primary-rs.yaml @@ -181,7 +181,7 @@ spec: initialDelaySeconds: 5 timeoutSeconds: 1 resources: - {{ toYaml .Values.metrics.resources | indent 10 }} +{{ toYaml .Values.metrics.resources | indent 12 }} {{- end }} volumes: {{- if (.Files.Glob "files/docker-entrypoint-initdb.d/*[sh|js]") }} diff --git a/stable/mongodb/templates/statefulset-secondary-rs.yaml b/stable/mongodb/templates/statefulset-secondary-rs.yaml index e529c8607e..1799f27490 100644 --- a/stable/mongodb/templates/statefulset-secondary-rs.yaml +++ b/stable/mongodb/templates/statefulset-secondary-rs.yaml @@ -169,7 +169,7 @@ spec: initialDelaySeconds: 5 timeoutSeconds: 1 resources: - {{ toYaml .Values.metrics.resources | indent 10 }} +{{ toYaml .Values.metrics.resources | indent 12 }} {{- end }} volumes: {{- if .Values.configmap }}