create-container-registry-auth
Create a container registry authentication entry to store username and password or token, enabling private image pulls for pods and endpoints.
Instructions
Save container-registry credentials (username + password/token) so pods and endpoints can pull private images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the container registry auth | |
| password | Yes | Registry password or access token (stored as a secret) | |
| username | Yes | Registry username |