Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1501ea9

Browse files
dkoshkindeepakm-ntnx
authored andcommitted
docs: fix users example
1 parent 6549d99 commit 1501ea9

File tree

1 file changed

+3
-3
lines changed
  • docs/content/customization/generic

1 file changed

+3
-3
lines changed

docs/content/customization/generic/users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ spec:
3232
- name: clusterConfig
3333
value:
3434
users:
35-
- name: admin
36-
sshAuthorizedKeys:
37-
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAua0lo8BiGWgvIiDCKnQDKL5uERHfnehm0ns5CEJpJw optionalcomment"
35+
- name: username
36+
sshAuthorizedKeys:
37+
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAua0lo8BiGWgvIiDCKnQDKL5uERHfnehm0ns5CEJpJw optionalcomment"
3838
sudo: "ALL=(ALL) NOPASSWD:ALL"
3939
```
4040

0 commit comments

Comments
 (0)