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
a303026c
Commit
a303026c
authored
May 06, 2017
by
James Gregory
Committed by
Vic Iglesias
May 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/chronograf] Fix GH_CLIENT_ID environment variable name in deployment (#861)
* Fix GH_CLIENT_ID environment variable name in deployment * chronograf: bump version
parent
93bd63d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Chart.yaml
stable/chronograf/Chart.yaml
+1
-1
deployment.yaml
stable/chronograf/templates/deployment.yaml
+2
-3
No files found.
stable/chronograf/Chart.yaml
View file @
a303026c
name
:
chronograf
version
:
0.2.
0
version
:
0.2.
1
description
:
Open-source web application written in Go and React.js that provides the tools to visualize your monitoring data and easily create alerting and automation rules.
keywords
:
-
chronograf
...
...
stable/chronograf/templates/deployment.yaml
View file @
a303026c
...
...
@@ -26,7 +26,7 @@ spec:
name
:
{{
template "fullname" .
}}
key
:
token_secret
{{
- if .Values.oauth.github.enabled
}}
-
name
:
GH_CLIENT_ID
x
-
name
:
GH_CLIENT_ID
valueFrom
:
secretKeyRef
:
name
:
{{
template "fullname" .
}}
...
...
@@ -105,4 +105,4 @@ spec:
claimName
:
{{
template "fullname" .
}}
{{
else
}}
emptyDir
:
{}
{{
end
}}
\ No newline at end of file
{{
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