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
cb39c54e
You need to sign in or sign up before continuing.
Unverified
Commit
cb39c54e
authored
Sep 22, 2020
by
Angelo Fausti
Committed by
GitHub
Sep 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add values to the environment from a secret (#192)
- Use a secret in the same kubernetes namespace which contain values to be added to the environment. - Bump version to 4.8.5
parent
2e84a738
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
Chart.yaml
charts/influxdb/Chart.yaml
+1
-1
statefulset.yaml
charts/influxdb/templates/statefulset.yaml
+5
-0
values.yaml
charts/influxdb/values.yaml
+6
-0
No files found.
charts/influxdb/Chart.yaml
View file @
cb39c54e
apiVersion
:
v1
name
:
influxdb
version
:
4.8.
4
version
:
4.8.
5
appVersion
:
1.8.0
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
charts/influxdb/templates/statefulset.yaml
View file @
cb39c54e
...
...
@@ -90,6 +90,11 @@ spec:
value
:
"
$(_HOSTNAME).{{
include
"influxdb.fullname" . }}"
{{
- end
}}
{{
- end
}}
{{
- if .Values.envFromSecret
}}
envFrom
:
-
secretRef
:
name
:
{{
.Values.envFromSecret
}}
{{
- end
}}
livenessProbe
:
httpGet
:
path
:
/ping
...
...
charts/influxdb/values.yaml
View file @
cb39c54e
...
...
@@ -213,6 +213,12 @@ env: {}
# - name: INFLUXDB_DB
# value: "demo"
## The name of a secret in the same kubernetes namespace which contain values
## to be added to the environment.
## This can be used, for example, to set the INFLUXDB_HTTP_SHARED_SECRET
## environment variable.
envFromSecret
:
{}
## InfluxDB configuration
## ref: https://docs.influxdata.com/influxdb/v1.7/administration/config
config
:
...
...
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