From 5158bea28f3dcb61543cbd802c54bc8114b6e877 Mon Sep 17 00:00:00 2001 From: onobc Date: Fri, 10 Jan 2025 17:01:25 -0600 Subject: [PATCH] Remove include of Bitnami docs This commit removes the inlining of the Bitnami Helm Chart docs from the Microsite. See https://github.com/spring-cloud/spring-cloud-dataflow/issues/6099 --- .../pages/1-installation/3-kubernetes/3-helm.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/documentation/pages/1-installation/3-kubernetes/3-helm.md b/content/documentation/pages/1-installation/3-kubernetes/3-helm.md index be192619..b8f64341 100644 --- a/content/documentation/pages/1-installation/3-kubernetes/3-helm.md +++ b/content/documentation/pages/1-installation/3-kubernetes/3-helm.md @@ -6,7 +6,7 @@ description: 'Installation using Helm' ## Helm Installation -Spring Cloud Data Flow offers a [Helm Chart](https://bitnami.com/stack/spring-cloud-dataflow/helm) +Bitnami offers a [Helm Chart](https://bitnami.com/stack/spring-cloud-dataflow/helm) for deploying the Spring Cloud Data Flow server and its required services to a Kubernetes Cluster. The following sections cover how to initialize Helm and install Spring Cloud Data Flow on a Kubernetes cluster. @@ -19,11 +19,13 @@ If you use Minikube, see [Setting Minikube Resources](%currentPath%/installation ### Installing Spring Cloud Data Flow Server and Required Services - +Follow the steps in the Bitnami [Helm Chart repo](https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow/#bitnami-package-for-spring-cloud-data-flow) to install Spring Cloud Data Flow Server and its required services. -You should review the following documentation and adjust any parameter customizations that have been made for your environment or how they may differ from the legacy official Helm chart. Value names, defaults, and so on may have changed during the Bitnami chart migration. You can find more information in the [Parameter](%currentPath%/installation/kubernetes/helm/#parameters) tables and the [Upgrading](%currentPath%/installation/kubernetes/helm/#upgrading) and [Notable Changes](%currentPath%/installation/kubernetes/helm/#notable-changes) sections. + - +You should review the above documentation and adjust any parameter customizations that have been made for your environment or how they may differ from the legacy official Helm chart. Value names, defaults, and so on may have changed during the Bitnami chart migration. + +