UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Anchore Enterprise
Commits
8ccf4425
Commit
8ccf4425
authored
Jun 18, 2021
by
bhearn7
Browse files
fix conditional
parent
2bb4a9fb
Pipeline
#322899
passed with stages
in 2 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chart/templates/bigbang/networkpolicies/allow-istio.yaml
chart/templates/bigbang/networkpolicies/allow-istio.yaml
+1
-1
No files found.
chart/templates/bigbang/networkpolicies/allow-istio.yaml
View file @
8ccf4425
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment