Skip to content

Commit

Permalink
remove duplicate nodeSelector (#157)
Browse files Browse the repository at this point in the history
This duplicate will lead to problems using automated CD tools like
fluxCD:

`2024-03-27T14:57:44.805Z error HelmRelease/retina.retina - Reconciler
error Helm install failed: error while running post render on files:
map[string]interface {}(nil): yaml: unmarshal errors:
  line 119: mapping key "nodeSelector" already defined at line 27`

Signed-off-by: Ronald <98810582+ronalddb89@users.noreply.github.com>
  • Loading branch information
ronalddb89 authored Mar 27, 2024
1 parent 30140f2 commit 5298eaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ spec:
path: {{ $hostPath }}
{{ end }}
{{- end }}
nodeSelector:
kubernetes.io/os: linux
{{- end }}
---
{{- if .Values.os.windows}}
Expand Down

0 comments on commit 5298eaa

Please sign in to comment.