Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed May 16, 2024
1 parent c20c524 commit e035546
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
tolerations:
- operator: Exists
tolerations:
- operator: Exists
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ spec:
serviceAccountName: {{ template "cloudwatch-agent.serviceAccountName" . }}
nodeSelector:
kubernetes.io/os: linux
tolerations:
- operator: Exists
tolerations:
- operator: Exists
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ spec:
value: "True"
- name: RUN_AS_HOST_PROCESS_CONTAINER
value: "True"
tolerations:
- operator: Exists
tolerations:
- operator: Exists
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ spec:
terminationGracePeriodSeconds: 10
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: {{ template "cloudwatch-agent.serviceAccountName" . }}
tolerations:
- operator: Exists
tolerations:
- operator: Exists
{{- end }}

0 comments on commit e035546

Please sign in to comment.