Skip to content

Commit

Permalink
Apply auto-generated docs changes
Browse files Browse the repository at this point in the history
boostrap_config.md is auto-generated based on the k8s-snap-api
structures.

There's a job which ensures that the in-tree docs contain the latest
changes.

For now, we'll apply the expected changes. We should consider
removing the auto-generated docs from the git repo and add them to
.gitignore.
  • Loading branch information
petrutlucian94 committed Jan 15, 2025
1 parent 0250976 commit 7a32ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/_parts/bootstrap_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Configuration options for the network feature.
**Type:** `bool`<br>

Determines if the feature should be enabled.
If omitted defaults to `false`
If omitted defaults to `true`

### cluster-config.dns
**Type:** `object`<br>
Expand All @@ -22,7 +22,7 @@ Configuration options for the dns feature.
**Type:** `bool`<br>

Determines if the feature should be enabled.
If omitted defaults to `false`
If omitted defaults to `true`

### cluster-config.dns.cluster-domain
**Type:** `string`<br>
Expand Down Expand Up @@ -170,7 +170,7 @@ Configuration options for the gateway feature.
**Type:** `bool`<br>

Determines if the feature should be enabled.
If omitted defaults to `false`.
If omitted defaults to `true`.

### cluster-config.metrics-server
**Type:** `object`<br>
Expand Down

0 comments on commit 7a32ecf

Please sign in to comment.