Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
matthagenbuch committed May 11, 2024
1 parent 58e576f commit eb3e271
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5556,9 +5556,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
configVersions:
format: int32
type: integer
default: 3
minimum: 1
type: integer
configmaps:
items:
properties:
Expand Down
11 changes: 11 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -29872,6 +29872,17 @@ doing so, you wil accept the risk of it breaking things.<br/>
for the workload.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>configVersions</b></td>
<td>integer</td>
<td>
ConfigVersions defines the number versions to keep for the collector config. Each config version is stored in a separate ConfigMap.
Defaults to 3. The minimum value is 1.<br/>
<br/>
<i>Default</i>: 3<br/>
<i>Minimum</i>: 1<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#opentelemetrycollectorspecconfigmapsindex-1">configmaps</a></b></td>
<td>[]object</td>
Expand Down

0 comments on commit eb3e271

Please sign in to comment.