File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Kubernetes standard labels
4
4
*/}}
5
5
{ {- define " base.labels.standard" -} }
6
6
{ {- if and (hasKey . " customLabels" ) (hasKey . " context" ) -} }
7
- { {- $default := dict " app.kubernetes.io/name" (include " base.names.name " .context) " helm.sh/chart" (include " base.names.chart" .context) " app.kubernetes.io/instance" .context.Release.Name " app.kubernetes.io/managed-by" .context.Release.Service -} }
7
+ { {- $default := dict " app.kubernetes.io/name" (include " base.names.fullname " .context) " helm.sh/chart" (include " base.names.chart" .context) " app.kubernetes.io/instance" .context.Release.Name " app.kubernetes.io/managed-by" .context.Release.Service -} }
8
8
{ {- with .context.Chart.AppVersion -} }
9
9
{ {- $_ := set $default " app.kubernetes.io/version" . -} }
10
10
{ {- end -} }
You can’t perform that action at this time.
0 commit comments