Skip to content

Commit

Permalink
Use more Markdown headlines
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Oct 10, 2024
1 parent 0dfa5ad commit ec11961
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/architecture/adr-001-autopilot-oci-basic-auth-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ is expected to by of type `kubernetes.io/dockerconfigjson` if the protocol in
use is `oci://` or of type `Opaque` if protocols `http://` or `https://` are
used (see below for details on the Secret layout).

Example configuration for OCI:
### Example Configurations

#### Configuration for OCI

```yaml
url: oci://my.registry/binaries/k0s:v1.30.1+k0s.0
Expand All @@ -81,7 +83,7 @@ secretRef:
name: artifacts-registry
```
Example configuration for HTTPS:
#### Configuration for HTTPS
```yaml
url: https://my.file.server/binaries/k0s-v1.30.1+k0s.0
Expand All @@ -91,7 +93,7 @@ secretRef:
name: artifacts-basic-auth
```
Example configuration for HTTP:
#### Configuration for HTTP
```yaml
url: http://my.file.server/binaries/k0s-v1.30.1+k0s.0
Expand Down

0 comments on commit ec11961

Please sign in to comment.