UNCLASSIFIED - NO CUI

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

Merge branch 'eck-istio-annotation' into 'master'

Updated BB code to include istio annotation in eck-operator template

Closes #958

See merge request platform-one/big-bang/bigbang!1171
parents db4e2b37 9416c630
No related branches found
No related tags found
2 merge requests!1386Master,!1171Updated BB code to include istio annotation in eck-operator template
Pipeline #612436 passed with warnings
......@@ -10,11 +10,11 @@ license:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
podAnnotations:
sidecar.istio.io/inject: "true"
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
{{- if .Values.istio.enabled }}
{{ include "istioAnnotation" . }}
{{- end }}
openshift: {{ .Values.openshift }}
......
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