UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 976ef845 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'velero-bbtests-relocate' into 'master'

Velero bbtests relocate

See merge request platform-one/big-bang/bigbang!1252
parents 4efd97e0 b7ab3bb8
No related branches found
No related tags found
2 merge requests!1386Master,!1252Velero bbtests relocate
Pipeline #653208 passed
...@@ -1125,7 +1125,7 @@ addons: ...@@ -1125,7 +1125,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart" path: "./chart"
tag: "2.23.6-bb.3" tag: "2.23.6-bb.4"
# -- Flux reconciliation overrides specifically for the Velero Package # -- Flux reconciliation overrides specifically for the Velero Package
flux: {} flux: {}
......
...@@ -989,24 +989,6 @@ addons: ...@@ -989,24 +989,6 @@ addons:
# https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/issues/9 # https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/issues/9
enabled: false enabled: false
scripts: scripts:
image: registry1.dso.mil/ironbank/opensource/velero/velero:v1.6.0
additionalVolumes:
- name: transfer-kubectl
emptyDir: {}
- name: &yamlVolName yaml-configs
configMap:
name: "{{ .Chart.Name }}-backup-restore-files-config"
additionalVolumeMounts:
- name: transfer-kubectl
mountPath: /usr/local/bin/kubectl
subPath: kubectl
- name: *yamlVolName
mountPath: &yamlMountPath /yaml
envs:
MINIO_HOST: *minio-address
TEST_YAML_DIR: *yamlMountPath
MINIO_USER: minio
MINIO_PASS: minio123
secretEnvs: secretEnvs:
- name: NAMESPACE - name: NAMESPACE
valueFrom: valueFrom:
......
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