Skip to content

Commit

Permalink
Merge pull request #792 from kubecost/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
AjayTripathy authored Feb 24, 2021
2 parents 0bae73f + fd11c9f commit 11e47d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ spec:
metadata:
labels:
app: {{ template "cost-analyzer.networkCostsName" . }}
{{ toYaml .Values.networkCosts.additionalLabels | indent 8 }}
{{- if .Values.networkCosts.additionalLabels }}
{{ toYaml .Values.networkCosts.additionalLabels | nindent 8 }}
{{- end }}
spec:
hostNetwork: true
serviceAccountName: {{ template "cost-analyzer.serviceAccountName" . }}
Expand Down

0 comments on commit 11e47d9

Please sign in to comment.