[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:
Cédric de Saint Martin
2019-02-11 09:20:03 -08:00
committed by Kubernetes Prow Robot
parent 3d53bc4302
commit 577a4184c1
4 changed files with 34 additions and 1 deletions
+24
View File
@@ -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 -1
View File
@@ -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:
+6
View File
@@ -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 }}