UNCLASSIFIED

Commit 8ccf4425 authored by bhearn7's avatar bhearn7
Browse files

fix conditional

parent 2bb4a9fb
Pipeline #322899 passed with stages
in 2 minutes and 56 seconds
......@@ -20,7 +20,7 @@ spec:
ports:
- port: {{ .Values.anchoreApi.service.port }} # anchore engine api (default: 8228)
protocol: TCP
{{- if .Values.anchoreEnterpriseGlobal.enabled .Values.anchoreEnterpriseUi.enabled }}
{{- if and .Values.anchoreEnterpriseGlobal.enabled .Values.anchoreEnterpriseUi.enabled }}
- port: 3000 # anchore enterprise UI (default: 3000; note: Big Bang has configured Istio to use port 80)
protocol: TCP
{{- end }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment