ci: add Docker Hub auth + proxy CA to inttest namespace, fix MinIO pull secret

This commit is contained in:
Celes Renata
2026-04-19 06:09:56 +00:00
parent f140f68c1a
commit e3e1531847
3 changed files with 28 additions and 0 deletions
+5
View File
@@ -435,6 +435,11 @@ steps:
integration-test:
image: alpine/k8s:1.30.2
environment:
DOCKERHUB_USER:
from_secret: docker_username
DOCKERHUB_TOKEN:
from_secret: docker_password
commands:
- bash infra/inttest/run_pipeline.sh --image-tag ${CI_COMMIT_SHA} --results-file inttest-results.json
when: