From d76b4b1d2b2142a4e0b0ff30e89af62dcab21fd4 Mon Sep 17 00:00:00 2001 From: Sam Caldwell Date: Tue, 30 Dec 2025 10:57:39 -0700 Subject: [PATCH] docs: fix admonitions in spec/overview.md --- docs/spec/overview.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/spec/overview.md b/docs/spec/overview.md index 6e2597c..a826301 100644 --- a/docs/spec/overview.md +++ b/docs/spec/overview.md @@ -107,10 +107,12 @@ capacity: 107374182400 # 100 GB ### Template Variables -> [!NOTE] -> The template variable names and syntax are an experimental feature and subject to change. +!!! note + + The template variable names and syntax are an experimental feature and subject to change. Fleet Manager supports the following dynamic values: + - `clusterName`: the name of the target cluster - `clusterId`: the ID of the target cluster @@ -123,8 +125,9 @@ resources: description: "This VM is on cluster_name={{clusterName}} cluster_id={{clusterId}}" ``` -> [!TIP] -> Kraken uses the application `metadata.name` field to uniquely identify applications. Due to this behavior, it is recommended to use dynamic values in resource definitions only and not in application metadata to avoid creating duplicate applications. +!!! tip + + Kraken uses the application `metadata.name` field to uniquely identify applications. Due to this behavior, it is recommended to use dynamic values in resource definitions only and not in application metadata to avoid creating duplicate applications. ## Validation Rules