Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
10075679
Commit
10075679
authored
Dec 09, 2019
by
GGGitBoy
Committed by
Alena Prokharchyk
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initial creationTimestamp and datasource to prometheus crd
https://github.com/rancher/rancher/issues/23857
parent
4839966f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
Chart.yaml
charts/rancher-monitoring/v0.0.7/Chart.yaml
+2
-2
prometheus.yaml
...toring/v0.0.7/charts/prometheus/templates/prometheus.yaml
+6
-1
questions.yml
charts/rancher-monitoring/v0.0.7/questions.yml
+1
-1
No files found.
charts/rancher-monitoring/v0.0.7/Chart.yaml
View file @
10075679
...
...
@@ -7,8 +7,8 @@ maintainers:
name
:
rancher-monitoring
sources
:
-
https://github.com/coreos/prometheus-operator
version
:
0.0.
6
appVersion
:
0.0.
6
version
:
0.0.
7
appVersion
:
0.0.
7
home
:
https://github.com/coreos/prometheus-operator
keywords
:
-
operator
...
...
charts/rancher-monitoring/v0.0.7/charts/prometheus/templates/prometheus.yaml
View file @
10075679
...
...
@@ -153,8 +153,9 @@ spec:
{{
- if or .Values.storageSpec .Values.persistence.enabled
}}
storage
:
volumeClaimTemplate
:
{{
- if .Values.persistence.name
}}
metadata
:
creationTimestamp
:
{{
now | date "2006-01-02T15
:
04
:
05Z" | quote
}}
{{
- if .Values.persistence.name
}}
name
:
{{
.Values.persistence.name
}}
{{
- end
}}
spec
:
...
...
@@ -164,6 +165,10 @@ spec:
{{
if and .Values.persistence.storageClass (ne "default" .Values.persistence.storageClass)
}}
storageClassName
:
{{
.Values.persistence.storageClass
}}
{{
end
}}
dataSource
:
kind
:
"
"
name
:
"
"
apiGroup
:
"
"
accessModes
:
-
{{
default "ReadWriteOnce" .Values.persistence.accessMode
}}
resources
:
...
...
charts/rancher-monitoring/v0.0.7/questions.yml
View file @
10075679
rancher_min_version
:
2.3.
3
-rc1
rancher_min_version
:
2.3.
4
-rc1
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