Skip to content

Commit ae815af

Browse files
committed
docs: document custom console namespace URL
Add the missing custom-console-url-namespace entry to the ConfigMap reference. The setting already exists in the configuration model and is used for namespace-level custom console links. This commit makes the API reference complete alongside the other custom console URL fields. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 2a12d05 commit ae815af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/docs/api/configmap.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ custom-console-url-pr-tasklog: "https://url/ns/{{ namespace }}/{{ pr }}/logs/{{
163163

164164
{{< /param >}}
165165

166+
{{< param name="custom-console-url-namespace" type="string" id="param-custom-console-url-namespace" >}}
167+
Defines the template URL for namespace-level views in your custom console.
168+
Supports the `{{ namespace }}` variable.
169+
170+
```yaml
171+
custom-console-url-namespace: "https://url/ns/{{ namespace }}"
172+
```
173+
174+
{{< /param >}}
175+
166176
### Error Detection and Logging
167177

168178
{{< param name="error-log-snippet" type="boolean" default="true" id="param-error-log-snippet" >}}

0 commit comments

Comments
 (0)