Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions asciidoc/product/atip-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1626,9 +1626,9 @@ The easiest and best way to integrate PTP in your downstream cluster is to add t

Below find a sample EIB manifest with `linuxptp`:

[,yaml]
[,yaml,subs="attributes"]
----
apiVersion: 1.0
apiVersion: {version-eib-api-latest}
image:
imageType: RAW
arch: x86_64
Expand All @@ -1652,7 +1652,7 @@ operatingSystem:
- phc2sys
users:
- username: root
encryptedPassword: ${ROOT_PASSWORD}
encryptedPassword: $ROOT_PASSWORD
packages:
packageList:
- jq
Expand All @@ -1664,7 +1664,7 @@ operatingSystem:
- tuned
- cpupower
- linuxptp
sccRegistrationCode: ${SCC_REGISTRATION_CODE}
sccRegistrationCode: $SCC_REGISTRATION_CODE
----

[NOTE]
Expand Down