diff --git a/asciidoc/product/atip-features.adoc b/asciidoc/product/atip-features.adoc index ec484479..b8a42ed1 100644 --- a/asciidoc/product/atip-features.adoc +++ b/asciidoc/product/atip-features.adoc @@ -1322,9 +1322,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 @@ -1348,7 +1348,7 @@ operatingSystem: - phc2sys users: - username: root - encryptedPassword: ${ROOT_PASSWORD} + encryptedPassword: $ROOT_PASSWORD packages: packageList: - jq @@ -1360,7 +1360,7 @@ operatingSystem: - tuned - cpupower - linuxptp - sccRegistrationCode: ${SCC_REGISTRATION_CODE} + sccRegistrationCode: $SCC_REGISTRATION_CODE ---- [NOTE]