diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-09-14 16:21:55 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-09-15 15:21:57 +0200 |
commit | 3659d9fa22e750c410e5e5e4826b4198e9c69049 (patch) | |
tree | 60856ec620f5cb41681dd6afc2c99e21d5c7ae3b /kubernetes/common/elasticsearch/components/master/templates/svc.yaml | |
parent | 27aae18cdee00c873e3617a6a3b5fb2d294b9b98 (diff) |
Replace YAML comments with helm comments in templates
Change-Id: I8cb12dae07cc3984e7dcfc602afa4c2d07317e9a
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/common/elasticsearch/components/master/templates/svc.yaml')
-rw-r--r-- | kubernetes/common/elasticsearch/components/master/templates/svc.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/common/elasticsearch/components/master/templates/svc.yaml b/kubernetes/common/elasticsearch/components/master/templates/svc.yaml index 8d66ef082e..ca94e242a4 100644 --- a/kubernetes/common/elasticsearch/components/master/templates/svc.yaml +++ b/kubernetes/common/elasticsearch/components/master/templates/svc.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2020 Bitnami, AT&T, Amdocs, Bell Canada, highstreet technologies # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,9 +12,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} {{ $role := "master" -}} {{ $labels := (dict "role" $role) -}} {{ $matchLabels := (dict "role" $role) }} -{{ include "common.service" (dict "labels" $labels "matchLabels" $matchLabels "dot" . ) }}
\ No newline at end of file +{{ include "common.service" (dict "labels" $labels "matchLabels" $matchLabels "dot" . ) }} |