UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Neuvector fixes for metrics, SSO, istio

Merged Micah Nagel requested to merge neuvector-things into master
All threads resolved!
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
@@ -21,14 +21,9 @@ monitoring:
{{- if or .Values.monitoring.enabled $istioInjection .Values.neuvector.sso.enabled }}
controller:
{{- if or .Values.monitoring.enabled $istioInjection }}
{{- if $istioInjection }}
podAnnotations:
{{- if .Values.monitoring.enabled }}
checksum/metrics-pass: {{ sha256sum $neuvectorMetricsPass }}
{{- end }}
{{- if $istioInjection }}
{{ include "istioAnnotation" . }}
{{- end }}
{{- end }}
{{- if or .Values.monitoring.enabled .Values.neuvector.sso.enabled }}
secret:
Loading