fix(observability): 🐛 change VLSingle → VLogs in victorialogs manifest
Chart 0.48.1 / operator v0.58.0 uses VLogs CRD for VictoriaLogs, not VLSingle. The VLSingle kind was introduced in a newer operator version and is not registered in this chart release. Changing to VLogs which has identical spec fields (retentionPeriod, removePvcAfterDelete, storage, storageMetadata, resources all supported).
This commit is contained in:
parent
ef4a1d7ce2
commit
d83945413d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VLSingle
|
kind: VLogs
|
||||||
metadata:
|
metadata:
|
||||||
name: victorialogs
|
name: victorialogs
|
||||||
namespace: observability
|
namespace: observability
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue