create_mount
Create a volume mount for a service to persist data by providing project, service, and container path, with optional volume name or host path.
Instructions
Create a volume mount for a service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Volume name | |
| hostPath | No | Host path for bind mount | |
| mountPath | Yes | Path inside container | |
| projectName | Yes | Project name | |
| serviceName | Yes | Service name |