From c43630a38b3df0ea7ec4cbd29a11dfcfe455a5e1 Mon Sep 17 00:00:00 2001 From: Steven Smith <77019920+stevsmit@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:54:25 -0500 Subject: [PATCH] removes bug 4301 from docs (#1162) Co-authored-by: Steven Smith --- modules/operator-volume-size-overrides.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/operator-volume-size-overrides.adoc b/modules/operator-volume-size-overrides.adoc index 8fc18b8c..b676d5cd 100644 --- a/modules/operator-volume-size-overrides.adoc +++ b/modules/operator-volume-size-overrides.adoc @@ -32,9 +32,6 @@ spec: volumeSize: 70Gi - kind: clairpostgres managed: true ----- - -[NOTE] -==== -The volume size of the `clairpostgres` component cannot be overridden. To override the `clairpostgres` component, you must override the `clair` component. This is a known issue and will be fixed in a future version of {productname}. (link:https://issues.redhat.com/browse/PROJQUAY-4301[*PROJQUAY-4301*]) -==== \ No newline at end of file + overrides: + volumeSize: 70Gi +---- \ No newline at end of file