Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Adds maintainers to Chart.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Estevez <marcos.stvz@gmail.com>
  • Loading branch information
marcostvz committed Oct 11, 2019
1 parent e4d7e90 commit 809111b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions incubator/wave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ keywords:
home: https://github.com/pusher/wave
sources:
- https://github.com/pusher/wave
maintainers:
- name: JoelSpeed
email: Joel.speed@hotmail.co.uk
- name: marcostvz
email: marcos.stvz@gmail.com
2 changes: 1 addition & 1 deletion incubator/wave/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
{{- end -}}

{{- define "wave-labels.selector" -}}
{{- define "wave-labels.chart" -}}
app: {{ template "wave-name" . }}
release: {{ .Release.Name | quote }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down

0 comments on commit 809111b

Please sign in to comment.