Commit 10bc9fa5 authored by Aisuko's avatar Aisuko Committed by Kubernetes Prow Robot

Reformat the broken format code (#15504)

Signed-off-by: 's avatarAisuko <urakiny@gmail.com>
parent 65823bc0
apiVersion: v1
name: influxdb
version: 1.1.9
version: 1.2.0
appVersion: 1.7.6
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
......
......@@ -24,27 +24,27 @@ spec:
ports:
- name: api
containerPort: {{ .Values.config.http.bind_address }}
{{ if .Values.config.admin.enabled -}}
{{- if .Values.config.admin.enabled }}
- name: admin
containerPort: {{ .Values.config.admin.bind_address }}
{{- end }}
{{ if .Values.config.graphite.enabled -}}
{{- if .Values.config.graphite.enabled }}
- name: graphite
containerPort: {{ .Values.config.graphite.bind_address }}
{{- end }}
{{ if .Values.config.collectd.enabled -}}
{{- if .Values.config.collectd.enabled }}
- name: collectd
containerPort: {{ .Values.config.collectd.bind_address }}
{{- end }}
{{ if .Values.config.udp.enabled -}}
{{- if .Values.config.udp.enabled }}
- name: udp
containerPort: {{ .Values.config.udp.bind_address }}
{{- end }}
{{ if .Values.config.opentsdb.enabled -}}
{{- if .Values.config.opentsdb.enabled }}
- name: opentsdb
containerPort: {{ .Values.config.opentsdb.bind_address }}
{{- end }}
{{ if .Values.env }}
{{- if .Values.env }}
env:
{{ toYaml .Values.env | indent 10 }}
{{- end }}
......
......@@ -122,7 +122,7 @@ tolerations: []
## The InfluxDB image uses several environment variables to automatically
## configure certain parts of the server.
## Ref: https://hub.docker.com/_/influxdb/
env:
env: {}
# - name: INFLUXDB_DB
# value: "demo"
......
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