ci: remove remaining ghcr-credentials from inttest seed/minio pod overrides

This commit is contained in:
Celes Renata
2026-04-19 06:45:46 +00:00
parent ebafe795c1
commit 2d40d70975
5 changed files with 334 additions and 4 deletions
+2 -2
View File
@@ -343,7 +343,7 @@ if ! kubectl run seed-sandbox \
--image-pull-policy=Always \
--overrides='{
"spec": {
"imagePullSecrets": [{"name": "ghcr-credentials"}],
"securityContext": {"runAsNonRoot": true, "runAsUser": 1000, "runAsGroup": 1000}
}
}' \
@@ -375,7 +375,7 @@ if ! kubectl run seed-minio \
--image-pull-policy=Always \
--overrides='{
"spec": {
"imagePullSecrets": [{"name": "ghcr-credentials"}],
"securityContext": {"runAsNonRoot": true, "runAsUser": 1000, "runAsGroup": 1000}
}
}' \