Skip to content

Commit 03431bb

Browse files
committed
Fix syntax
1 parent ba9d5e7 commit 03431bb

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

modules/console/pages/config/security/tls-termination.adoc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ spec:
101101
```
102102

103103
Helm::
104-
105-
104+
+
106105
```yaml
107106
console:
108107
enabled: true
@@ -117,20 +116,6 @@ console:
117116
certFilepath: <path-to-cert>
118117
keyFilepath: <path-to-key>
119118
```
120-
121-
+
122-
```yaml
123-
console:
124-
config:
125-
server:
126-
httpsListenPort: 443
127-
advertisedHttpsListenPort: 443
128-
listenPort: 8080
129-
tls:
130-
enabled: true
131-
certFilepath: <path-to-cert>
132-
keyFilepath: <path-to-key>
133-
```
134119
====
135120
--
136121
Kubernetes standalone::

modules/deploy/partials/requirements.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Error: INSTALLATION FAILED: execution error at (redpanda/templates/entry-point.y
3939
----
4040
4141
To avoid similar errors, upgrade to a later version. For more details, see the https://github.com/helm/helm/issues/30880[Helm GitHub issue^].
42+
====
4243
endif::[]
4344

4445
[[number-of-workers]]

0 commit comments

Comments
 (0)