UNCLASSIFIED - NO CUI

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

Merge branch '438-gitlab-update' into 'master'

add network policy option for gitlab

Closes #456 and #438

See merge request platform-one/big-bang/bigbang!504
parents 0137a710 e3e66f6c
No related branches found
No related tags found
1 merge request!504add network policy option for gitlab
Pipeline #282695 passed
...@@ -8,6 +8,9 @@ hostname: {{ .Values.hostname }} ...@@ -8,6 +8,9 @@ hostname: {{ .Values.hostname }}
istio: istio:
enabled: {{ .Values.istio.enabled }} enabled: {{ .Values.istio.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
{{- if .Values.addons.gitlab.database.host }} {{- if .Values.addons.gitlab.database.host }}
postgresql: postgresql:
install: false install: false
......
...@@ -497,7 +497,7 @@ addons: ...@@ -497,7 +497,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
path: "./chart" path: "./chart"
tag: "4.10.3-bb.1" tag: "4.10.3-bb.6"
# -- Flux reconciliation overrides specifically for the Gitlab Package # -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {} 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