UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e745801d authored by Michael McLeroy's avatar Michael McLeroy
Browse files

Merge branch 'staging' into 'bb-597'

# Conflicts:
#   .gitignore
#   .gitlab-ci.yml
#   base/gitrepository.yaml
parents 766f3b31 541a2745
No related branches found
No related tags found
No related merge requests found
Pipeline #152457 passed with warnings
......@@ -8,6 +8,7 @@ certs/
*rke2.yaml
*tfstate*
*terraform.lock*
# dependencies
/node_modules
......
......@@ -340,7 +340,7 @@ aws/rke2/cluster down:
package:
stage: package
image: registry.dso.mil/platform-one/big-bang/umbrella/synker:0.0.1
image: registry.dso.mil/platform-one/big-bang/bigbang/synker:0.0.1
extends:
- .bigbang-dogfood
rules:
......
......@@ -11,4 +11,4 @@ reclaimPolicy: Delete
allowVolumeExpansion: true
mountOptions:
- debug
volumeBindingMode: Immediate
\ No newline at end of file
volumeBindingMode: WaitForFirstConsumer
\ No newline at end of file
......@@ -31,7 +31,7 @@ function array_contains() {
## $1: package name
function wait_on() {
echo "Waiting on package $1"
kubectl wait --for=condition=Ready --timeout 500s helmrelease -n bigbang $1;
kubectl wait --for=condition=Ready --timeout 600s helmrelease -n bigbang $1;
}
for package in $ORDERED_HELMRELEASES;
......
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