Skip to content

Commit 5d87207

Browse files
committed
addressing coderabbit comments
1 parent 159486e commit 5d87207

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation/helm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ ignition:
9898

9999
Your 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
109109
ignition:
110110
override: true
111111
template: |
@@ -212,7 +212,7 @@ storage:
212212

213213
Add additional users to the system:
214214

215-
```yaml
215+
```yaml v-pre
216216
passwd:
217217
users:
218218
- name: metal

0 commit comments

Comments
 (0)