replace dots in app version
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
@@ -80,7 +80,7 @@ Usage:
|
|||||||
{{ include "shuffle.appInstance.fullname" $app }}
|
{{ include "shuffle.appInstance.fullname" $app }}
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "shuffle.appInstance.fullname" -}}
|
{{- define "shuffle.appInstance.fullname" -}}
|
||||||
{{ printf "%s-%s" .name .version | replace "_" "-" | lower }}
|
{{ printf "%s-%s" .name .version | replace "." "-" | replace "_" "-" | lower }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
|||||||
Reference in New Issue
Block a user