Skip to content

Commit 7039d69

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Remove invalid section of a placeholder example
1 parent dee354e commit 7039d69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/docs/logging-infrastructure/syslog-ng.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
3939
spec:
4040
controlNamespace: logging
4141
syslogNG:
42-
scaling:
43-
replicas: 2
42+
...
4443
```
4544
4645
1. Create a new syslogNGConfig CRD. For the value of **metadata.name**, use the name of the Logging resource, for example:
@@ -66,8 +65,7 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
6665
# Use the control namespace of the logging resource
6766
namespace: logging
6867
spec:
69-
scaling:
70-
replicas: 2
68+
...
7169
```
7270
7371
1. Delete the **spec.syslogNG** section from the Logging resource, then apply the Logging and the syslogNGConfig CRDs.

0 commit comments

Comments
 (0)