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
69546be5
Commit
69546be5
authored
Feb 15, 2020
by
GullomJ
Committed by
GitHub
Feb 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentations (#20760)
Signed-off-by:
GullomJ
<
33196603+GullomJ@users.noreply.github.com
>
parent
2f0b9e7e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
statefulset.yaml
stable/influxdb/templates/statefulset.yaml
+3
-3
No files found.
stable/influxdb/Chart.yaml
View file @
69546be5
apiVersion
:
v1
name
:
influxdb
version
:
3.2.
0
version
:
3.2.
1
appVersion
:
1.7.6
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
stable/influxdb/templates/statefulset.yaml
View file @
69546be5
...
...
@@ -34,15 +34,15 @@ spec:
{{
- end
}}
{{
- if .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
- end -
}}
{{
- if .Values.affinity
}}
affinity
:
{{
toYaml .Values.affinity | indent 8
}}
{{
toYaml .Values.affinity | indent 8
}}
{{
- end
}}
{{
- if .Values.tolerations
}}
tolerations
:
{{
toYaml .Values.tolerations | indent 8
}}
{{
toYaml .Values.tolerations | indent 8
}}
{{
- end
}}
{{
- if .Values.image.pullSecrets
}}
imagePullSecrets
:
...
...
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