Skip to content

Commit

Permalink
Merge pull request #132 from becitsthere/master
Browse files Browse the repository at this point in the history
Fix scanner nodeSelector key
  • Loading branch information
becitsthere authored Dec 16, 2021
2 parents 5e52d9a + d7d4a25 commit 162c2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/core/templates/scanner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ spec:
tolerations:
{{ toYaml .Values.cve.scanner.tolerations | indent 8 }}
{{- end }}
{{- if .Values.scanner.nodeSelector }}
{{- if .Values.cve.scanner.nodeSelector }}
nodeSelector:
{{ toYaml .Values.scanner.nodeSelector | indent 8 }}
{{ toYaml .Values.cve.scanner.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 162c2fb

Please sign in to comment.