Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
set CA_MAX_VULN_SCAN_ROUTINS in values file to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezalel Brandwine committed Feb 6, 2022
1 parent 8857696 commit 27a1910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ spec:
value: "{{ .Values.devEventReceiverHttpUrl }}"
{{- else }}
value: "{{ .Values.eventReceiverHttpUrl }}"
{{- end }}
- name: CA_MAX_VULN_SCAN_ROUTINS
value: "2"
{{- end }}
{{- range .Values.armoVulnScanner.env }}
- name: {{ .name }}
value: "{{ .value }}"
Expand Down
4 changes: 3 additions & 1 deletion charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ armoVulnScanner:
memory: 1000Mi


env: {}
env:
- name: CA_MAX_VULN_SCAN_ROUTINS
value: "1"

labels: {}

Expand Down

0 comments on commit 27a1910

Please sign in to comment.