UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3a7579a9 authored by Branden Cobb's avatar Branden Cobb
Browse files

Velero BBtests enable

parent 8b8657ec
No related branches found
No related tags found
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1374Velero BBtests enable
......@@ -1177,7 +1177,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.27.3-bb.2"
tag: "2.27.3-bb.3"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
......
......@@ -958,15 +958,13 @@ addons:
server:
name: velero
configuration:
# minio uses s3 provider
provider: aws
backupStorageLocation:
bucket: velero
config: &minio-config
config:
region: velero
insecureSkipTLSVerify: "true"
s3ForcePathStyle: "true"
s3Url: &minio-address https://minio.bigbang.dev
s3Url: https://minio-api.bigbang.dev
volumeSnapshotLocation:
provider: aws
config:
......@@ -978,16 +976,12 @@ addons:
[default]
aws_access_key_id = minio
aws_secret_access_key = minio123
cleanUpCRDs: true
bbtests:
# TODO: Velero test is messy and times out running in BB CI
# https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/issues/9
enabled: false
enabled: true
scripts:
secretEnvs:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
envs:
MINIO_HOST: https://minio-api.bigbang.dev
keycloak:
enabled: false
......
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