Skip to content

Commit

Permalink
fix(agent): trim newlines when applying nodeSelectors in delegatedAge…
Browse files Browse the repository at this point in the history
…ntDeployments (#1159)
  • Loading branch information
aroberts87 authored Jul 10, 2023
1 parent 0394f41 commit 0eee32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent
type: application

# currently matching sysdig 1.14.32
version: 1.10.1
version: 1.10.2

appVersion: 12.15.0

Expand Down
2 changes: 1 addition & 1 deletion charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
{{- if .Values.delegatedAgentDeployment.deployment.nodeSelector }}
nodeSelector:
{{ toYaml .Values.delegatedAgentDeployment.deployment.nodeSelector | nindent 8 }}
{{- toYaml .Values.delegatedAgentDeployment.deployment.nodeSelector | nindent 8 }}
{{- end }}
affinity:
{{- if .Values.delegatedAgentDeployment.deployment.affinity }}
Expand Down

0 comments on commit 0eee32a

Please sign in to comment.