diff --git a/apps/console/src/routes/_authenticated/organization/$organizationId/cluster/$clusterId/settings/addons.tsx b/apps/console/src/routes/_authenticated/organization/$organizationId/cluster/$clusterId/settings/addons.tsx index 6aa368ffb1a..bd8e8b58c87 100644 --- a/apps/console/src/routes/_authenticated/organization/$organizationId/cluster/$clusterId/settings/addons.tsx +++ b/apps/console/src/routes/_authenticated/organization/$organizationId/cluster/$clusterId/settings/addons.tsx @@ -15,7 +15,17 @@ import { useEditCluster, } from '@qovery/domains/clusters/feature' import { SettingsHeading } from '@qovery/shared/console-shared' -import { Badge, Button, DropdownMenu, Icon, Section, Tooltip, useModal, useModalConfirmation } from '@qovery/shared/ui' +import { + Badge, + Button, + Callout, + DropdownMenu, + Icon, + Section, + Tooltip, + useModal, + useModalConfirmation, +} from '@qovery/shared/ui' import { useDocumentTitle, useSupportChat } from '@qovery/shared/util-hooks' const SECRET_MANAGER_EARLY_ACCESS_FORM_SLUG = 'request-access-secrets-manager' @@ -238,6 +248,16 @@ function RouteComponent() { onDelete={handleDeleteSecretManager} onViewAssociatedExternalSecrets={openSecretManagerAssociatedExternalSecretsModal} /> + + + + + + + This feature is in beta. Behaviour and accessibility may change when released in GA. + + + diff --git a/libs/domains/clusters/feature/src/lib/cluster-creation-flow/step-addons/step-addons.tsx b/libs/domains/clusters/feature/src/lib/cluster-creation-flow/step-addons/step-addons.tsx index e9e38432799..5cae361d1da 100644 --- a/libs/domains/clusters/feature/src/lib/cluster-creation-flow/step-addons/step-addons.tsx +++ b/libs/domains/clusters/feature/src/lib/cluster-creation-flow/step-addons/step-addons.tsx @@ -5,6 +5,7 @@ import { isSameSecretManagerAccess } from '@qovery/domains/clusters/data-access' import { Badge, Button, + Callout, DropdownMenu, FunnelFlowBody, Heading, @@ -186,6 +187,16 @@ function StepAddonsForm({ onSubmit, organizationId, backTo }: StepAddonsFormProp ) } /> + + + + + + + This feature is in beta. Behaviour and accessibility may change when released in GA. + + +