UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e3e66f6c authored by bhearn's avatar bhearn Committed by Ryan Garcia
Browse files

add network policy option for gitlab

parent 0137a710
No related branches found
No related tags found
1 merge request!504add network policy option for gitlab
......@@ -8,6 +8,9 @@ hostname: {{ .Values.hostname }}
istio:
enabled: {{ .Values.istio.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
{{- if .Values.addons.gitlab.database.host }}
postgresql:
install: false
......
......@@ -497,7 +497,7 @@ 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.6"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
......
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