diff --git a/libs/domains/clusters/feature/src/lib/cluster-setup/__snapshots__/cluster-setup.spec.tsx.snap b/libs/domains/clusters/feature/src/lib/cluster-setup/__snapshots__/cluster-setup.spec.tsx.snap index 763b7483053..896eeffd8dc 100644 --- a/libs/domains/clusters/feature/src/lib/cluster-setup/__snapshots__/cluster-setup.spec.tsx.snap +++ b/libs/domains/clusters/feature/src/lib/cluster-setup/__snapshots__/cluster-setup.spec.tsx.snap @@ -3,6 +3,26 @@ exports[`ClusterSetup should match manage deployment snapshot 1`] = `
+ This guide walks you through the process of installing Qovery on your existing Kubernetes cluster, where you will have full control over the infrastructure. You will be responsible for managing updates and upgrades. Please note that advanced Kubernetes knowledge is required. +
+- Download and install the Qovery CLI (or update its version to the latest version). -
-- Run the following command from your terminal and follow the instructions. -
-- {type === 'LOCAL_DEMO' ? ( - <> - - $ qovery demo up - --- > - ) : ( - <> - - $ qovery cluster install - - - > - )} -
- Once the installation is completed, get back to the Qovery console and deploy your first environment on your - brand new cluster. -
-+ This guide walks you through the process of installing Qovery on your existing Kubernetes cluster, where + you will have full control over the infrastructure. You will be responsible for managing updates and + upgrades. Please note that advanced Kubernetes knowledge is required. +
++ Download and install the Qovery CLI (or update its version to the latest version). +
++ Run the following command from your terminal and follow the instructions. +
++ {type === 'LOCAL_DEMO' ? ( + <> + + $ qovery demo up + +++ > + ) : ( + <> + + $ qovery cluster install + + + > + )} +
+ Once the installation is completed, get back to the Qovery console and deploy your first environment on your + brand new cluster. +
+