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
50919218
Unverified
Commit
50919218
authored
Feb 03, 2021
by
Sean Burton
Committed by
GitHub
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Chronograf] Fix: volume attachment does not work (#259)
* s/values/Values/ * bump chart version * fix indentation count s/6/8/
parent
b6682f6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Chart.yaml
charts/chronograf/Chart.yaml
+1
-1
deployment.yaml
charts/chronograf/templates/deployment.yaml
+1
-1
No files found.
charts/chronograf/Chart.yaml
View file @
50919218
apiVersion
:
v1
name
:
chronograf
version
:
1.1.2
3
version
:
1.1.2
4
appVersion
:
1.8.9.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
...
...
charts/chronograf/templates/deployment.yaml
View file @
50919218
...
...
@@ -222,5 +222,5 @@ spec:
emptyDir
:
{}
{{
end
}}
{{
- if .Values.volumes
}}
{{
toYaml .
values.volumes | indent 6
}}
{{
toYaml .
Values.volumes | indent 8
}}
{{
- 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