Skip to content

Commit ee0d5b8

Browse files
JakeSCahillgithub-actions[bot]
authored andcommitted
auto-docs: Update CRD reference doc for release
1 parent e71d5e0 commit ee0d5b8

File tree

4 files changed

+237
-517
lines changed

4 files changed

+237
-517
lines changed

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

Lines changed: 16 additions & 30 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-0.7.31-informational?style=flat-square[Version:
6-
0.7.31]
5+
image:https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square[Version:
6+
3.1.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-v2.8.0-informational?style=flat-square[AppVersion:
10-
v2.8.0]
9+
image:https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square[AppVersion:
10+
v3.1.0]
1111

1212
This page describes the official Redpanda Console Helm Chart. In
1313
particular, this page describes the contents of the chart’s
@@ -78,11 +78,7 @@ does not communicate with Kubernetes API.
7878

7979
*Default:* `{}`
8080

81-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=configmap.create++[configmap.create]
82-
83-
*Default:* `true`
84-
85-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=console.config++[console.config]
81+
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=config++[config]
8682

8783
Settings for the `Config.yaml` (required). For a reference of
8884
configuration settings, see the
@@ -91,20 +87,13 @@ Console documentation].
9187

9288
*Default:* `{}`
9389

94-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=deployment.create++[deployment.create]
90+
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=configmap.create++[configmap.create]
9591

9692
*Default:* `true`
9793

98-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=enterprise++[enterprise]
99-
100-
Settings for license key, as an alternative to secret.enterprise when a
101-
license secret is available
102-
103-
*Default:*
94+
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=deployment.create++[deployment.create]
10495

105-
....
106-
{"licenseSecretRef":{"key":"","name":""}}
107-
....
96+
*Default:* `true`
10897

10998
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=extraContainers++[extraContainers]
11099

@@ -186,10 +175,6 @@ https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-regi
186175

187176
*Default:* `{}`
188177

189-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=ingress.className++[ingress.className]
190-
191-
*Default:* `nil`
192-
193178
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=ingress.enabled++[ingress.enabled]
194179

195180
*Default:* `false`
@@ -256,6 +241,10 @@ Override `console.name` template.
256241

257242
*Default:* `99`
258243

244+
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=podSecurityContext.fsGroupChangePolicy++[podSecurityContext.fsGroupChangePolicy]
245+
246+
*Default:* `"Always"`
247+
259248
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=podSecurityContext.runAsUser++[podSecurityContext.runAsUser]
260249

261250
*Default:* `99`
@@ -310,7 +299,7 @@ secretMounts to mount files such as Certificates from Secrets.
310299
*Default:*
311300

312301
....
313-
{"create":true,"enterprise":{},"kafka":{},"login":{"github":{},"google":{},"jwtSecret":"","oidc":{},"okta":{}},"redpanda":{"adminApi":{}}}
302+
{"authentication":{"jwtSigningKey":"","oidc":{}},"create":true,"kafka":{},"license":"","redpanda":{"adminApi":{}},"schemaRegistry":{},"serde":{}}
314303
....
315304

316305
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=secret.kafka++[secret.kafka]
@@ -333,18 +322,15 @@ mount for the Redpanda Console container.
333322

334323
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.annotations++[service.annotations]
335324

325+
Override the value in `console.config.server.listenPort` if not `nil`
326+
targetPort:
327+
336328
*Default:* `{}`
337329

338330
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.port++[service.port]
339331

340332
*Default:* `8080`
341333

342-
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.targetPort++[service.targetPort]
343-
344-
Override the value in `console.config.server.listenPort` if not `nil`
345-
346-
*Default:* `nil`
347-
348334
=== link:++https://artifacthub.io/packages/helm/redpanda-data/console?modal=values&path=service.type++[service.type]
349335

350336
*Default:* `"ClusterIP"`

0 commit comments

Comments
 (0)