Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
a5bd8b2a
Unverified
Commit
a5bd8b2a
authored
Oct 09, 2020
by
David McKay
Committed by
GitHub
Oct 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: put end statement in correct location to separate auth and tls (#211)
parent
12f45d78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Chart.yaml
charts/influxdb-enterprise/Chart.yaml
+10
-10
data-configmap.yaml
charts/influxdb-enterprise/templates/data-configmap.yaml
+1
-1
No files found.
charts/influxdb-enterprise/Chart.yaml
View file @
a5bd8b2a
apiVersion
:
v1
version
:
0.1.1
0
version
:
0.1.1
1
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
email
:
david@rawkode.com
-
name
:
chobbs
email
:
chobbs@influxdata.com
-
name
:
rawkode
email
:
david@rawkode.com
-
name
:
chobbs
email
:
chobbs@influxdata.com
charts/influxdb-enterprise/templates/data-configmap.yaml
View file @
a5bd8b2a
...
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment