allow image-builder-mk3 to have multiple pull secrets #10396
Labels
component: image-builder
meta: stale
This issue/PR is stale and will be closed soon
team: workspace
Issue belongs to the Workspace team
Uh oh!
There was an error while loading. Please reload this page.
The image-builder-mk3 requires support for multiple pull secrets to maintain parity with the
imagePullSecrets
in Kubernetes's pod spec.Suggested approach
pullSecrets
as an array of strings (can removepullSecret
in a future PR, but out of scope for this ticket)pullSecrets
then becomes "loop through the secrets, only failing when all have failed"The text was updated successfully, but these errors were encountered: