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