Commit a303026c authored by James Gregory's avatar James Gregory Committed by Vic Iglesias

[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
name: chronograf 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. 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: keywords:
- chronograf - chronograf
......
...@@ -26,7 +26,7 @@ spec: ...@@ -26,7 +26,7 @@ spec:
name: {{ template "fullname" . }} name: {{ template "fullname" . }}
key: token_secret key: token_secret
{{- if .Values.oauth.github.enabled}} {{- if .Values.oauth.github.enabled}}
- name: GH_CLIENT_IDx - name: GH_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: {{ template "fullname" . }} name: {{ template "fullname" . }}
...@@ -105,4 +105,4 @@ spec: ...@@ -105,4 +105,4 @@ spec:
claimName: {{ template "fullname" . }} claimName: {{ template "fullname" . }}
{{ else }} {{ else }}
emptyDir: {} emptyDir: {}
{{ end }} {{ end }}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment