UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5d922fe9 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
parents 704a4db4 0dd3e7cf
No related branches found
No related tags found
1 merge request!2605Neuvector duplicate manager block fix
Pipeline #1599560 passed with warnings
......@@ -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