You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to make a new HumioRepository with ingestSizeInGB and storageSizeInGB set to 0 (unlimited) we were receiving the following error:
one or more objects failed to apply, reason: HumioRepository.core.humio.com "alerts-repo" is invalid: [spec.retention.storageSizeInGB: Invalid value: 0: spec.retention.storageSizeInGB in body should be greater than or equal to 1, spec.retention.ingestSizeInGB: Invalid value: 0: spec.retention.ingestSizeInGB in body should be greater than or equal to 1]
On closer look it was part of the changes to generate the client using the GraphQL schema as part of the 0.27 release.
Update: Our internal helm chart was setting these values explicitly via a default - so if the values are omitted correctly the repository WILL create as documented.
The text was updated successfully, but these errors were encountered:
When attempting to make a new HumioRepository with ingestSizeInGB and storageSizeInGB set to 0 (unlimited) we were receiving the following error:
one or more objects failed to apply, reason: HumioRepository.core.humio.com "alerts-repo" is invalid: [spec.retention.storageSizeInGB: Invalid value: 0: spec.retention.storageSizeInGB in body should be greater than or equal to 1, spec.retention.ingestSizeInGB: Invalid value: 0: spec.retention.ingestSizeInGB in body should be greater than or equal to 1]
On closer look it was part of the changes to generate the client using the GraphQL schema as part of the 0.27 release.
Update: Our internal helm chart was setting these values explicitly via a default - so if the values are omitted correctly the repository WILL create as documented.
The text was updated successfully, but these errors were encountered: