generate_kubernetes_credentials
Create Kubernetes secret YAML for container registry access with configurable expiration, access permissions, and encoding options.
Instructions
Generate Kubernetes credentials for container registry access.
Smart identifier resolution: Use registry name or ID.
Args: registry_identifier: Registry name or ID expiry_seconds: Expiration time in seconds (optional, default: no expiry) read_write: Whether to grant read-write access (default: True, False for read-only) base64_encode: Whether to base64 encode the credentials (default: True)
Returns: Kubernetes secret YAML configuration for registry access
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64_encode | No | ||
| expiry_seconds | No | ||
| read_write | No | ||
| registry_identifier | Yes |