Unverified Commit a5bd8b2a authored by David McKay's avatar David McKay Committed by GitHub

fix: put end statement in correct location to separate auth and tls (#211)

parent 12f45d78
apiVersion: v1
version: 0.1.10
version: 0.1.11
appVersion: 1.8.0
engine: gotpl
......@@ -7,15 +7,15 @@ name: influxdb-enterprise
type: application
description: Run InfluxDB Enterprise on Kubernetes
keywords:
- influxdb
- database
- timeseries
- influxdata
- influxdb
- database
- timeseries
- influxdata
home: https://www.influxdata.com/time-series-platform/influxdb/
sources:
- https://github.com/influxdata/influxdb
- https://github.com/influxdata/influxdb
maintainers:
- name: rawkode
- name: rawkode
email: david@rawkode.com
- name: chobbs
- name: chobbs
email: chobbs@influxdata.com
......@@ -13,13 +13,13 @@ data:
{{ if .Values.bootstrap.auth.secretName }}
[http]
auth-enabled = true
{{ end }}
{{ if .Values.data.https.enabled }}
https-enabled = true
https-certificate = "/var/run/secrets/tls/tls.crt"
https-private-key = "/var/run/secrets/tls/tls.key"
{{ end }}
{{ end }}
......
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