mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
:_mod-docs-content-type: SNIPPET
|
|
[source,yaml]
|
|
----
|
|
apiVersion: ptp.openshift.io/v1
|
|
kind: PtpOperatorConfig
|
|
metadata:
|
|
name: default
|
|
namespace: openshift-ptp
|
|
spec:
|
|
daemonNodeSelector:
|
|
node-role.kubernetes.io/worker: ""
|
|
ptpEventConfig:
|
|
enableEventPublisher: true <1>
|
|
----
|
|
<1> Enable PTP fast event notifications by setting `enableEventPublisher` to `true`.
|