UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit dc6ae04e authored by Michael Martin's avatar Michael Martin
Browse files

test scanner fixes

parent 22658b37
No related branches found
No related tags found
2 merge requests!5398neuvector update to 2.8.2-bb.1,!5396Draft: test scanner fixes
Pipeline #3736704 passed with warnings
......@@ -111,6 +111,7 @@ policies:
names:
- neuvector-enforcer-pod*
- neuvector-controller-pod*
- neuvector-scanner-pod*
{{- end }}
{{- end }}
......@@ -204,7 +205,9 @@ policies:
- neuvector
names:
- neuvector-enforcer-pod*
- neuvector-cert-upgrader-job-*
- neuvector-controller-pod*
- neuvector-scanner-pod*
- neuvector-prometheus-exporter-pod*
{{- end }}
{{- if .Values.addons.holocron.enabled }}
......@@ -354,6 +357,8 @@ policies:
names:
- neuvector-enforcer-pod-*
- neuvector-controller-pod-*
- neuvector-scanner-pod-*
- neuvector-cert-upgrader-job-*
{{- end }}
{{- end }}
......@@ -577,6 +582,7 @@ policies:
- neuvector
names:
- neuvector-enforcer-pod*
- neuvector-cert-upgrader-job-*
- neuvector-controller-pod*
{{- end }}
{{- if $deployNodeAgent }}
......@@ -887,6 +893,7 @@ policies:
allow:
- neuvector-manager-pod-*
- neuvector-scanner-pod-*
- neuvector-cert-upgrader-job-*
- neuvector-controller-pod-*
- neuvector-enforcer-pod-*
- neuvector-updater-pod-*
......
......@@ -758,11 +758,15 @@ neuvector:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/neuvector.git
path: "./chart"
tag: "2.7.8-bb.4"
#tag: "2.7.8-bb.4"
tag: ""
branch: "fix-scanner-permissions"
helmRepo:
repoName: "registry1"
chartName: "neuvector"
tag: "2.7.8-bb.4"
#tag: "2.7.8-bb.4"
tag: ""
branch: "fix-scanner-permissions"
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment