{{/* Define a common application name */}} {{- define "landing.name" -}} {{- if .Values.fullnameOverride -}} {{- .Values.fullnameOverride -}} {{- else -}} {{- .Values.namePrefix -}}container-mom-landing {{- end -}} {{- end -}} {{/* Define route name */}} {{- define "landing.routename" -}} {{- if .Values.namePrefix -}} {{- .Values.namePrefix -}}landing {{- else -}} landing {{- end -}} {{- end -}}