Unverified Commit d4cea0bf authored by oliviermichaelis's avatar oliviermichaelis Committed by GitHub

Fix resources indentation (#93)

* Fix resources indentation Fixed indentation issue of the resources section, where the first line below resources is indented more than necessary Signed-off-by: 's avataromichaelis <38879457+oliviermichaelis@users.noreply.github.com> Co-authored-by: 's avatarDavid McKay <david@rawkode.com>
parent 4eb7881d
......@@ -3,5 +3,11 @@ appVersion: 2.0.0-beta
name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application
version: 1.0.2
version: 1.0.3
maintainers:
- name: rawkode
email: rawkode@influxdata.com
- name: gitirabassi
email: giacomo@influxdata.com
......@@ -48,7 +48,7 @@ spec:
- name: data
mountPath: /root/.influxdbv2
resources:
{{ toYaml .Values.resources | indent 12 }}
{{ .Values.resources | toYaml | nindent 12 | trim }}
{{- with .Values.nodeSelector }}
nodeSelector:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment