From 7aeda56af400652ef0a8a1043efdd7ede20c9556 Mon Sep 17 00:00:00 2001 From: Kulana Kryoseu Date: Mon, 29 Sep 2025 23:19:25 -0700 Subject: [PATCH] Documentation: clarify proxmox.yaml key must match Proxmox node name (#5823) Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/configs/proxmox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configs/proxmox.md b/docs/configs/proxmox.md index 79625e471..f06038984 100644 --- a/docs/configs/proxmox.md +++ b/docs/configs/proxmox.md @@ -4,10 +4,10 @@ description: Proxmox Configuration --- The Proxmox connection is configured in the `proxmox.yaml` file. See [Create token](#create-token) section below for details on how to generate the required API token. -You can configure multiple nodes - be sure to use the exact `proxmoxNode` identifier! +To configure multiple nodes, ensure the key name in the `proxmox.yaml` matches the `proxmoxNode` field used in your service configuration. ```yaml -pve: +pve: # must match your actual Proxmox node name url: https://proxmox.host.or.ip:8006 token: username@pam!Token ID secret: secret