ci: add Docker Hub auth + proxy CA to inttest namespace, fix MinIO pull secret
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user