Skip to content

Commit

Permalink
Remove duplicate label from whereabouts
Browse files Browse the repository at this point in the history
Installing the helm chart shows this error:
```
error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
  line 10: mapping key "app" already defined at line 8
```

This closes k8snetworkplumbingwg#15
  • Loading branch information
toelke committed Aug 3, 2022
1 parent 49fbeda commit a014855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion whereabouts/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Create chart name and version as used by the chart label.
Common labels
*/}}
{{- define "whereabouts.labels" -}}
app: whereabouts
helm.sh/chart: {{ include "whereabouts.chart" . }}
{{ include "whereabouts.selectorLabels" . }}
{{- if .Chart.AppVersion }}
Expand Down

0 comments on commit a014855

Please sign in to comment.