Skip to content

Commit

Permalink
fix: annotations toyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreeland committed Dec 22, 2020
1 parent 34df251 commit 08c23a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ec2nm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: ec2-network-monitor
description: EC2 Network Performance Monitoring Stats Scraper
type: application
version: 0.1.3
version: 0.1.4
appVersion: 0.1.0
2 changes: 1 addition & 1 deletion charts/ec2nm/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- include "ec2-network-monitor.selectorLabels" . | nindent 8 }}
{{- if .Values.annotations }}
annotations:
{{- toYaml .Values.annotations . | nindent 8 }}
{{- toYaml .Values.annotations | nindent 8 }}
{{- end }}
spec:
hostNetwork: true
Expand Down

0 comments on commit 08c23a9

Please sign in to comment.