Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Sep 19, 2024
1 parent cc71308 commit c75bce9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/public/03-configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Requires `spec.enableYamlVariableReplacement` to be set to `true`.

Variables in the spec.yaml section are in the format `%variable%`.

| Variable | Description |
| ---------------------------------- | ------------------------------------------------- |
| `namespace` | The pod namespace |
| `labels.<label-name>` | The label specified by `label-name` |
| `annotations.<annotation-name>` | The annotation specified by `annotation-name` |
| `container.<container-name>.image` | The container image specified by `container-name` |
| Variable | Description |
| ---------------------------------- | -------------------------------------------------- |
| `namespace` | The pod namespace |
| `labels.<label-name>` | The label specified by `<label-name>` |
| `annotations.<annotation-name>` | The annotation specified by `<annotation-name>` |
| `container.<container-name>.image` | The container image specified by `<container-name>`|


## AgentConnection
Expand Down

0 comments on commit c75bce9

Please sign in to comment.