Skip to content

Commit

Permalink
chore: add language specifier to md
Browse files Browse the repository at this point in the history
add missing language specifiers to the markdown code section.
  • Loading branch information
ricardomaraschini committed Dec 3, 2024
1 parent 078e4b1 commit 130970b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture/adr-001-autopilot-oci-basic-auth-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ This feature supports pulling both the k0s binary and the k0s air-gap bundle.
Each repository tag should host only one artifact. To remotely host an artifact
and later retrieve it using this feature, the following command is sufficient:
```
```sh
oras push <registry-address>/<namespace>/<repository>:<tag> <artifact path>
```

For example, to push the k0s binary and its corresponding airgap bundle, use
the following commands:

```
```sh
# pushing the k0s binary.
oras push registry.company.com/k0s/binary:v1.31.1 k0s

Expand Down

0 comments on commit 130970b

Please sign in to comment.