Skip to content

Commit

Permalink
Automatic update operator crds from VictoriaMetrics/operator@c79edba (#…
Browse files Browse the repository at this point in the history
…1596)

Signed-off-by: Github Actions <[email protected]>
Co-authored-by: f41gh7 <[email protected]>
  • Loading branch information
victoriametrics-bot and f41gh7 authored Oct 15, 2024
1 parent 027d7f0 commit 4e4dee4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,10 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
forceVMProto:
description: ForceVMProto forces using VictoriaMetrics protocol
for sending data to -remoteWrite.url
type: boolean
headers:
description: |-
Headers allow configuring custom http headers
Expand Down Expand Up @@ -3119,6 +3123,10 @@ spec:
type: string
type: object
type: array
maxDiskUsage:
description: MaxDiskUsage defines the maximum file-based buffer
size in bytes for -remoteWrite.url
type: string
oauth2:
description: OAuth2 defines auth configuration
properties:
Expand Down
8 changes: 8 additions & 0 deletions charts/victoria-metrics-operator/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,10 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
forceVMProto:
description: ForceVMProto forces using VictoriaMetrics protocol
for sending data to -remoteWrite.url
type: boolean
headers:
description: |-
Headers allow configuring custom http headers
Expand Down Expand Up @@ -3119,6 +3123,10 @@ spec:
type: string
type: object
type: array
maxDiskUsage:
description: MaxDiskUsage defines the maximum file-based buffer
size in bytes for -remoteWrite.url
type: string
oauth2:
description: OAuth2 defines auth configuration
properties:
Expand Down

0 comments on commit 4e4dee4

Please sign in to comment.