From c75bce9063450c5afbb504ce9decfd5a61f1f0fb Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Wed, 18 Sep 2024 20:22:29 -0500 Subject: [PATCH] Fix docs --- docs/public/03-configuration-reference.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/public/03-configuration-reference.md b/docs/public/03-configuration-reference.md index 11bdb84..b8885fb 100644 --- a/docs/public/03-configuration-reference.md +++ b/docs/public/03-configuration-reference.md @@ -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.` | The label specified by `label-name` | -| `annotations.` | The annotation specified by `annotation-name` | -| `container..image` | The container image specified by `container-name` | +| Variable | Description | +| ---------------------------------- | -------------------------------------------------- | +| `namespace` | The pod namespace | +| `labels.` | The label specified by `` | +| `annotations.` | The annotation specified by `` | +| `container..image` | The container image specified by ``| ## AgentConnection