Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/spec/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down