Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
0b17b07b
Commit
0b17b07b
authored
Dec 09, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove prometheus from minio chart
parent
440ed295
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
72 deletions
+0
-72
test/minio/8.0.5/templates/post-install-prometheus-metrics-role.yaml
...8.0.5/templates/post-install-prometheus-metrics-role.yaml
+0
-36
test/minio/8.0.5/templates/post-install-prometheus-metrics-rolebinding.yaml
...emplates/post-install-prometheus-metrics-rolebinding.yaml
+0
-18
test/minio/8.0.5/templates/post-install-prometheus-metrics-serviceaccount.yaml
...lates/post-install-prometheus-metrics-serviceaccount.yaml
+0
-10
test/minio/8.0.5/values.yaml
test/minio/8.0.5/values.yaml
+0
-8
No files found.
test/minio/8.0.5/templates/post-install-prometheus-metrics-role.yaml
deleted
100644 → 0
View file @
440ed295
{{
- $fullName
:
= include "minio.fullname" . -
}}
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
Role
metadata
:
name
:
{{
$fullName
}}
-update-prometheus-secret
labels
:
app
:
{{
template "minio.name" .
}}
-update-prometheus-secret
chart
:
{{
template "minio.chart" .
}}
release
:
{{
.Release.Name
}}
heritage
:
{{
.Release.Service
}}
rules
:
-
apiGroups
:
-
"
"
resources
:
-
secrets
verbs
:
-
get
-
create
-
update
-
patch
resourceNames
:
-
{{
$fullName
}}
-prometheus
-
apiGroups
:
-
"
"
resources
:
-
secrets
verbs
:
-
create
-
apiGroups
:
-
monitoring.coreos.com
resources
:
-
servicemonitors
verbs
:
-
get
resourceNames
:
-
{{
$fullName
}}
test/minio/8.0.5/templates/post-install-prometheus-metrics-rolebinding.yaml
deleted
100644 → 0
View file @
440ed295
{{
- $fullName
:
= include "minio.fullname" . -
}}
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
RoleBinding
metadata
:
name
:
{{
$fullName
}}
-update-prometheus-secret
labels
:
app
:
{{
template "minio.name" .
}}
-update-prometheus-secret
chart
:
{{
template "minio.chart" .
}}
release
:
{{
.Release.Name
}}
heritage
:
{{
.Release.Service
}}
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
Role
name
:
{{
$fullName
}}
-update-prometheus-secret
subjects
:
-
kind
:
ServiceAccount
name
:
{{
$fullName
}}
-update-prometheus-secret
namespace
:
{{
.Release.Namespace | quote
}}
\ No newline at end of file
test/minio/8.0.5/templates/post-install-prometheus-metrics-serviceaccount.yaml
deleted
100644 → 0
View file @
440ed295
{{
- $fullName
:
= include "minio.fullname" . -
}}
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
name
:
{{
$fullName
}}
-update-prometheus-secret
labels
:
app
:
{{
template "minio.name" .
}}
-update-prometheus-secret
chart
:
{{
template "minio.chart" .
}}
release
:
{{
.Release.Name
}}
heritage
:
{{
.Release.Service
}}
test/minio/8.0.5/values.yaml
View file @
0b17b07b
...
...
@@ -5,14 +5,6 @@ image:
tag
:
RELEASE.2020-11-19T23-48-16Z
pullPolicy
:
IfNotPresent
## Set default image, imageTag, and imagePullPolicy for the `jq` (the JSON
## process used to create secret for prometheus ServiceMonitor).
##
helmKubectlJqImage
:
repository
:
bskim45/helm-kubectl-jq
tag
:
3.1.0
pullPolicy
:
IfNotPresent
## Additional arguments to pass to minio binary
extraArgs
:
[]
...
...
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