diff --git a/content/docs/logging-infrastructure/syslog-ng.md b/content/docs/logging-infrastructure/syslog-ng.md index 8cefa2cc9..80e0ba109 100644 --- a/content/docs/logging-infrastructure/syslog-ng.md +++ b/content/docs/logging-infrastructure/syslog-ng.md @@ -39,8 +39,10 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s spec: controlNamespace: logging syslogNG: - scaling: - replicas: 2 + spec: + statefulSet: + spec: + replicas: 2 ``` 1. Create a new syslogNGConfig CRD. For the value of **metadata.name**, use the name of the Logging resource, for example: @@ -66,8 +68,9 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s # Use the control namespace of the logging resource namespace: logging spec: - scaling: - replicas: 2 + statefulSet: + spec: + replicas: 2 ``` 1. Delete the **spec.syslogNG** section from the Logging resource, then apply the Logging and the syslogNGConfig CRDs.