File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
1111If release name contains chart name it will be used as a full name.
1212*/ }}
1313{{- define " convoy-agent.fullname" -}}
14- {{- if .Values.fullNameOverride }}
15- {{- .Values.fullNameOverride | trunc 63 | trimSuffix " -" }}
14+ {{- if .Values.fullnameOverride }}
15+ {{- .Values.fullnameOverride | trunc 63 | trimSuffix " -" }}
1616{{- else }}
1717{{- $name := default .Chart.Name .Values.nameOverride }}
1818{{- if contains $name .Release.Name }}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
1111If release name contains chart name it will be used as a full name.
1212*/ }}
1313{{- define " convoy-server.fullname" -}}
14- {{- if .Values.fullNameOverride }}
15- {{- .Values.fullNameOverride | trunc 63 | trimSuffix " -" }}
14+ {{- if .Values.fullnameOverride }}
15+ {{- .Values.fullnameOverride | trunc 63 | trimSuffix " -" }}
1616{{- else }}
1717{{- $name := default .Chart.Name .Values.nameOverride }}
1818{{- if contains $name .Release.Name }}
You can’t perform that action at this time.
0 commit comments