UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Incorrect label selector for monitoring authz policy"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,5 +16,5 @@ spec:
principals: {{ .Values.istio.hardened.monitoring.principals | toYaml | nindent 10 }}
- to:
- operation:
ports: {{- range .Values.metrics.port }} - {{.}} {{- end }}
ports: ["{{- range .Values.metrics.port }}"]
{{- end }}
Loading