Tag roles for master and data (#10337)

This follows role conventions seen in other Helm charts and allows graphing to break out activity stats per role

Signed-off-by: Ben Klang <bklang@powerhrg.com>
This commit is contained in:
Ben Klang
2019-01-02 07:06:23 -08:00
committed by Kubernetes Prow Robot
parent dca3e8b625
commit f7e5f0a3fa
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.15.2
version: 1.15.3
appVersion: 6.5.4
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
@@ -17,6 +17,7 @@ spec:
app: {{ template "elasticsearch.name" . }}
component: "{{ .Values.data.name }}"
release: {{ .Release.Name }}
role: data
{{- if .Values.data.podAnnotations }}
annotations:
{{ toYaml .Values.data.podAnnotations | indent 8 }}
@@ -17,6 +17,7 @@ spec:
app: {{ template "elasticsearch.name" . }}
component: "{{ .Values.master.name }}"
release: {{ .Release.Name }}
role: master
{{- if .Values.master.podAnnotations }}
annotations:
{{ toYaml .Values.master.podAnnotations | indent 8 }}