1
0

feat (molgenis-vault): Add vault-ui

This commit is contained in:
Fleur Kelpin
2018-09-10 14:15:10 +02:00
parent 12de8ad404
commit 8541b328b8
5 changed files with 119 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
{{/*
Define vault ui fullname
*/}}
{{- define "vault.ui.fullname" -}}
{{- printf "%s-ui" .Release.Name | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Define vault service url for the ui
*/}}
{{- define "vault.service.url" -}}
{{- printf "https://%s:8200" .Release.Name | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/* See https://github.com/helm/helm/issues/4535 */}}
{{- define "call-nested" }}
{{- $dot := index . 0 }}