41 README.md
| `ARGO_SERVER` | `https://localhost:2746` | Argo Workflows server URL |
| `ARGO_TOKEN` | _(none)_ | Bearer auth token |
| `ARGO_NAMESPACE` | `default` | Initial namespace |
| `ARGO_INSECURE` | _(false)_ | Skip TLS verify (`1`, `true`, or `yes`) |
| `ARGO_NS_PREFIX` | _(none)_ | Namespace prefix filter |
export ARGO_SERVER=https://your-argo-server:2746
export ARGO_TOKEN=your-token
