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
+4
View File
@@ -25,6 +25,8 @@ spec:
tier: infra
spec:
automountServiceAccountToken: false
imagePullSecrets:
- name: dockerhub-credentials
securityContext:
runAsNonRoot: true
runAsUser: 1000
@@ -116,6 +118,8 @@ spec:
app: minio-bucket-init
tier: infra
spec:
imagePullSecrets:
- name: dockerhub-credentials
automountServiceAccountToken: false
securityContext:
runAsNonRoot: true