Skip to content

Commit 6b67cdd

Browse files
committed
atip-features: fix templating and hard-coded version
The EIB apiVersion should be set via a variable, and we're missing the attributes configuration so the micro-base-rt-image-raw is not correctly substituted. Fixes: #924 (cherry picked from commit 462415b)
1 parent 2251012 commit 6b67cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

asciidoc/product/atip-features.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,9 +1322,9 @@ The easiest and best way to integrate PTP in your downstream cluster is to add t
13221322

13231323
Below find a sample EIB manifest with `linuxptp`:
13241324

1325-
[,yaml]
1325+
[,yaml,subs="attributes"]
13261326
----
1327-
apiVersion: 1.0
1327+
apiVersion: {version-eib-api-latest}
13281328
image:
13291329
imageType: RAW
13301330
arch: x86_64
@@ -1348,7 +1348,7 @@ operatingSystem:
13481348
- phc2sys
13491349
users:
13501350
- username: root
1351-
encryptedPassword: ${ROOT_PASSWORD}
1351+
encryptedPassword: $ROOT_PASSWORD
13521352
packages:
13531353
packageList:
13541354
- jq
@@ -1360,7 +1360,7 @@ operatingSystem:
13601360
- tuned
13611361
- cpupower
13621362
- linuxptp
1363-
sccRegistrationCode: ${SCC_REGISTRATION_CODE}
1363+
sccRegistrationCode: $SCC_REGISTRATION_CODE
13641364
----
13651365

13661366
[NOTE]

0 commit comments

Comments
 (0)