Skip to content

Commit 4486549

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
1 parent 0c9a009 commit 4486549

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
@@ -1626,9 +1626,9 @@ The easiest and best way to integrate PTP in your downstream cluster is to add t
16261626

16271627
Below find a sample EIB manifest with `linuxptp`:
16281628

1629-
[,yaml]
1629+
[,yaml,subs="attributes"]
16301630
----
1631-
apiVersion: 1.0
1631+
apiVersion: {version-eib-api-latest}
16321632
image:
16331633
imageType: RAW
16341634
arch: x86_64
@@ -1652,7 +1652,7 @@ operatingSystem:
16521652
- phc2sys
16531653
users:
16541654
- username: root
1655-
encryptedPassword: ${ROOT_PASSWORD}
1655+
encryptedPassword: $ROOT_PASSWORD
16561656
packages:
16571657
packageList:
16581658
- jq
@@ -1664,7 +1664,7 @@ operatingSystem:
16641664
- tuned
16651665
- cpupower
16661666
- linuxptp
1667-
sccRegistrationCode: ${SCC_REGISTRATION_CODE}
1667+
sccRegistrationCode: $SCC_REGISTRATION_CODE
16681668
----
16691669

16701670
[NOTE]

0 commit comments

Comments
 (0)