mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/elasticsearch-exporter] ServiceMonitor: set namespace to monitor + Add OWNER and add myself to owners. (#11323)
* [stable/elasticsearch-exporter] ServiceMonitor: set namespace to monitor. Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr> * [stable/elasticsearch-exporter] Add owner file, add myself to owners. Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr> * .helmignore: use other common patterns from helm create Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3d53bc4302
commit
577a4184c1
@@ -0,0 +1,24 @@
|
||||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Elasticsearch stats exporter for Prometheus
|
||||
name: elasticsearch-exporter
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
appVersion: 1.0.2
|
||||
home: https://github.com/justwatchcom/elasticsearch_exporter
|
||||
sources:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
approvers:
|
||||
- desaintmartin
|
||||
- svenmueller
|
||||
reviewers:
|
||||
- desaintmartin
|
||||
- svenmueller
|
||||
@@ -23,4 +23,7 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ template "elasticsearch-exporter.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user