Skip to content

Commit

Permalink
Rename extensions to anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Dec 13, 2024
1 parent 77ea8b9 commit 6602a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ e.g., `kamal deploy -d staging`.
In this case, the configuration will also be read from `config/deploy.staging.yml`
and merged with the base configuration.

## [Extensions](#extensions)
## [Anchors](#anchors)

Kamal will not accept unrecognized keys in the configuration file.

However, you might want to declare a configuration block using YAML anchors
and aliases to avoid repetition.

You can prefix a configuration section with `x-` to indicate that it is an
extension. Kamal will ignore the extension and not raise an error.
anchor. Kamal will ignore the anchor and not raise an error. See [Anchors](../anchors) for more information.

## [The service name](#the-service-name)

Expand Down

0 comments on commit 6602a3f

Please sign in to comment.