UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f065241c authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'micah.nagel-master-patch-80342' into 'master'

Neuvector duplicate manager block fix

See merge request !2605

(cherry picked from commit 5d922fe9)

0dd3e7cf Neuvector duplicate manager block fix
parent 45e99b34
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,6 @@ monitor:
enforcer:
podAnnotations:
{{ include "istioAnnotation" . }}
manager:
podAnnotations:
{{ include "istioAnnotation" . }}
cve:
updater:
podAnnotations:
......@@ -101,6 +98,10 @@ cve:
manager:
env:
ssl: false
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- end }}
networkPolicies:
......
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