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
63135854
Unverified
Commit
63135854
authored
Jul 16, 2020
by
Brian Lai
Committed by
GitHub
Jul 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mount license from secret using configurable key, instead of hardcoded key (#129)
parent
fc62b35c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
data-statefulset.yaml
charts/influxdb-enterprise/templates/data-statefulset.yaml
+4
-2
meta-statefulset.yaml
charts/influxdb-enterprise/templates/meta-statefulset.yaml
+4
-2
No files found.
charts/influxdb-enterprise/templates/data-statefulset.yaml
View file @
63135854
...
...
@@ -40,6 +40,9 @@ spec:
-
name
:
license
secret
:
secretName
:
{{
.Values.license.secret.name
}}
items
:
-
key
:
{{
.Values.license.secret.key
}}
path
:
license.json
{{
- end
}}
{{
- if .Values.data.https.enabled
}}
-
name
:
tls
...
...
@@ -99,8 +102,7 @@ spec:
mountPath
:
/var/lib/influxdb
{{
- if .Values.license.secret
}}
-
name
:
license
mountPath
:
/var/run/secrets/influxdb/license.json
subPath
:
json
mountPath
:
/var/run/secrets/influxdb/
{{
- end
}}
{{
- if .Values.data.https.enabled
}}
-
name
:
tls
...
...
charts/influxdb-enterprise/templates/meta-statefulset.yaml
View file @
63135854
...
...
@@ -40,6 +40,9 @@ spec:
-
name
:
license
secret
:
secretName
:
{{
.Values.license.secret.name
}}
items
:
-
key
:
{{
.Values.license.secret.key
}}
path
:
license.json
{{
- end
}}
{{
- if .Values.meta.https.enabled
}}
-
name
:
tls
...
...
@@ -101,8 +104,7 @@ spec:
mountPath
:
/var/lib/influxdb
{{
- if .Values.license.secret
}}
-
name
:
license
mountPath
:
/var/run/secrets/influxdb/license.json
subPath
:
json
mountPath
:
/var/run/secrets/influxdb/
{{
- end
}}
{{
- if .Values.meta.https.enabled
}}
-
name
:
tls
...
...
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