UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 55ac594d authored by bhearn7's avatar bhearn7
Browse files

add network policy option for gitlab

parent a4505366
No related branches found
No related tags found
1 merge request!504add network policy option for gitlab
Pipeline #279608 passed
......@@ -8,6 +8,9 @@ hostname: {{ .Values.hostname }}
istio:
enabled: {{ .Values.istio.enabled }}
networkPolicies:
enabled: {{ .Values.addons.gitlab.networkPolicies.enabled }}
{{- if .Values.addons.gitlab.database.host }}
postgresql:
install: false
......
......@@ -492,11 +492,16 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
path: "./chart"
tag: "4.10.3-bb.1"
# tag: "4.10.3-bb.1"
branch: "network-policy-update"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
# -- Toggle the creation of optional network policies in the Gitlab namespace
networkPolicies:
enabled: false
sso:
# -- Toggle OIDC SSO for Gitlab on and off.
# Enabling this option will auto-create any required secrets.
......
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