File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ ignition:
9898
9999Your custom template must include these template variables for proper operation :
100100
101- - ` {{.Image}}` - Docker image for the metalprobe container
102- - ` {{.Flags}}` - Command-line flags for metalprobe (includes --registry-url and --server-uuid)
103- - ` {{.SSHPublicKey}}` - SSH public key for server access
104- - ` {{.PasswordHash}}` - Bcrypt hash of the user password
101+ - ` {{ .Image }}` - Docker image for the metalprobe container
102+ - ` {{ .Flags }}` - Command-line flags for metalprobe (includes --registry-url and --server-uuid)
103+ - ` {{ .SSHPublicKey }}` - SSH public key for server access
104+ - ` {{ .PasswordHash }}` - Bcrypt hash of the user password
105105
106106# ## Example: Custom Template
107107
108- ` ` ` yaml
108+ ` ` ` yaml v-pre
109109ignition:
110110 override: true
111111 template: |
@@ -212,7 +212,7 @@ storage:
212212
213213Add additional users to the system :
214214
215- ` ` ` yaml
215+ ` ` ` yaml v-pre
216216passwd:
217217 users:
218218 - name: metal
You can’t perform that action at this time.
0 commit comments