Agent: Add config to support for private container registries
Description
As per the plan in Provide support to use images from private cont... (&14664 - closed) , add config to support private container registries.
remote_development:
image_pull_secrets:
- name: example-image-pull-secrets
namespace: default
Acceptance Criteria
-
Agent's protobuf definition has a new field image_pull_secretswhich is a list ofname(string) andnamespace(string). The default value ofimage_pull_secretswould be[]. No other validations are required.
Edited by Safwan Ahmed