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
f1c3a53c
Commit
f1c3a53c
authored
Aug 01, 2019
by
allaVolkov
Committed by
Kubernetes Prow Robot
Jul 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/influxdb] Add support for imagePullSecrets (#15159) (#16005)
Signed-off-by:
Alla Volkov
<
alla.volkov@sap.com
>
Signed-off-by:
i019379
<
alla.volkov@sap.com
>
parent
91458be3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+6
-0
values.yaml
stable/influxdb/values.yaml
+3
-0
No files found.
stable/influxdb/Chart.yaml
View file @
f1c3a53c
apiVersion
:
v1
name
:
influxdb
version
:
1.3.
0
version
:
1.3.
1
appVersion
:
1.7.6
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
stable/influxdb/templates/deployment.yaml
View file @
f1c3a53c
...
...
@@ -15,6 +15,12 @@ spec:
app
:
{{
template "influxdb.fullname" .
}}
release
:
"
{{
.Release.Name
}}"
spec
:
{{
- if .Values.image.pullSecrets
}}
imagePullSecrets
:
{{
- range .Values.image.pullSecrets
}}
-
name
:
{{
.
}}
{{
- end
}}
{{
- end
}}
containers
:
-
name
:
{{
template "influxdb.fullname" .
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
...
...
stable/influxdb/values.yaml
View file @
f1c3a53c
...
...
@@ -4,6 +4,9 @@ image:
repository
:
"
influxdb"
tag
:
"
1.7.6-alpine"
pullPolicy
:
IfNotPresent
## If specified, use these secrets to access the images
# pullSecrets:
# - registry-secret
## Specify a service type
## NodePort is default
...
...
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