UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5f9c5a2c authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

Rebase and formatting

parents 2a102c70 fe61db78
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
Pipeline #137818 failed
......@@ -10,6 +10,7 @@ flux check --pre
# Install flux in the cluster
kubectl create ns flux-system || true
# TODO When changing the flux images to .mil this will need to chagne
kubectl create secret docker-registry private-registry -n flux-system \
--docker-server=registry1.dsop.io \
--docker-username='robot$bigbang' \
......@@ -25,8 +26,11 @@ flux check
# Deploy BigBang using dev sized scaling
echo "Installing BigBang"
helm upgrade -i bigbang chart -n bigbang --create-namespace \
--set registryCredentials.username='robot$bigbang' --set registryCredentials.password=${REGISTRY1_PASSWORD} \
-f tests/ci/k3d/values.yaml
--set registryCredentials[0].username='robot$bigbang' --set registryCredentials[0].password=${REGISTRY1_PASSWORD} \
--set registryCredentials[0].registry=registry1.dsop.io \
--set registryCredentials[1].username='robot$bigbang' --set registryCredentials[1].password=${REGISTRY1_PASSWORD} \
--set registryCredentials[1].registry=registry1.dso.mil \
-f tests/ci/k3d/values.yaml
## Apply secrets kustomization pointing to current branch
echo "Deploying secrets from the ${CI_COMMIT_REF_NAME} branch"
......
......@@ -3,7 +3,7 @@
set -e
## This is an array to instantiate the order of wait conditions
ORDERED_HELMRELEASES="gatekeeper istio-operator istio monitoring eck-operator ek fluent-bit twistlock cluster-auditor"
ORDERED_HELMRELEASES="gatekeeper istio-operator istio monitoring eck-operator ek fluent-bit twistlock cluster-auditor gitlab"
## This the actual deployed helmrelease objects in the cluster
......
......@@ -58,3 +58,11 @@ addons:
enabled: true
authservice:
enabled: true
gitlab:
enabled: true
values:
postgresql:
install: true
global:
minio:
enabled: true
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