Skip to content

Commit 69aade9

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Use meaningful example
1 parent 7039d69 commit 69aade9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
3939
spec:
4040
controlNamespace: logging
4141
syslogNG:
42-
...
42+
spec:
43+
statefulSet:
44+
spec:
45+
replicas: 2
4346
```
4447
4548
1. Create a new syslogNGConfig CRD. For the value of **metadata.name**, use the name of the Logging resource, for example:
@@ -65,7 +68,9 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
6568
# Use the control namespace of the logging resource
6669
namespace: logging
6770
spec:
68-
...
71+
statefulSet:
72+
spec:
73+
replicas: 2
6974
```
7075
7176
1. Delete the **spec.syslogNG** section from the Logging resource, then apply the Logging and the syslogNGConfig CRDs.

0 commit comments

Comments
 (0)