Skip to content

Commit 2e4e408

Browse files
auto-docs: Update CRD reference doc for release (#1501)
Co-authored-by: JakeSCahill <[email protected]>
1 parent 8465450 commit 2e4e408

File tree

4 files changed

+190
-68
lines changed

4 files changed

+190
-68
lines changed

modules/reference/pages/k-console-helm-spec.adoc

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
:description: Find the default values and descriptions of settings in the Redpanda Console Helm chart.
44

5-
image:https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square[Version:
6-
3.1.0]
5+
image:https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square[Version:
6+
3.3.0]
77
image:https://img.shields.io/badge/Type-application-informational?style=flat-square[Type:
88
application]
9-
image:https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square[AppVersion:
10-
v3.1.0]
9+
image:https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square[AppVersion:
10+
v3.3.2]
1111

1212
This page describes the official Redpanda Console Helm Chart. In
1313
particular, this page describes the contents of the chart’s
@@ -53,7 +53,7 @@ Annotations to add to the deployment.
5353

5454
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=automountServiceAccountToken++[automountServiceAccountToken]
5555

56-
Automount API credentials for the Service Account into the pod. Redpanda Console
56+
Automount API credentials for the Service Account into the pod. Console
5757
does not communicate with Kubernetes API.
5858

5959
*Default:* `false`
@@ -83,7 +83,7 @@ does not communicate with Kubernetes API.
8383
Settings for the `Config.yaml` (required). For a reference of
8484
configuration settings, see the
8585
https://docs.redpanda.com/docs/reference/console/config/[Redpanda
86-
Redpanda Consoleonsole documentation].
86+
Console documentation].
8787

8888
*Default:* `{}`
8989

@@ -95,6 +95,13 @@ Redpanda Consoleonsole documentation].
9595

9696
*Default:* `true`
9797

98+
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=extraContainerPorts++[extraContainerPorts]
99+
100+
Add additional container ports to the console container. Useful when
101+
using multi-listener configuration.
102+
103+
*Default:* `[]`
104+
98105
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=extraContainers++[extraContainers]
99106

100107
Add additional containers, such as for oauth2-proxy.
@@ -344,7 +351,7 @@ Annotations to add to the service account.
344351
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=serviceAccount.automountServiceAccountToken++[serviceAccount.automountServiceAccountToken]
345352

346353
Specifies whether a service account should automount API-Credentials.
347-
Redpanda Console does not communicate with Kubernetes API. The ServiceAccount
354+
Console does not communicate with Kubernetes API. The ServiceAccount
348355
could be used for workload identity.
349356

350357
*Default:* `false`

0 commit comments

Comments
 (0)