query-networkpolicy-egress.yaml 339 B

12345
  1. {{- if and .Values.networkPolicy.enabled .Values.query.networkPolicy.enabled .Values.query.networkPolicy.egressRules }}
  2. {{- $extraVals := dict "Name" (include "jaeger.query.name" .) "Component" "query" "ComponentValues" .Values.query -}}
  3. {{- $npVals := merge $extraVals . -}}
  4. {{ include "jaeger.egress.networkPolicy" $npVals }}
  5. {{- end }}