From 8c612ba9ff97bea11bcb4bea26d69eca6a6d6ccc Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Thu, 1 Aug 2024 14:38:25 +0200 Subject: [PATCH] docs: remove home module from refs (stackabletech/documentation#637) --- docs/modules/spark-k8s/pages/history_server.adoc | 2 +- docs/modules/spark-k8s/pages/usage.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/spark-k8s/pages/history_server.adoc b/docs/modules/spark-k8s/pages/history_server.adoc index 32cf4788..715886e9 100644 --- a/docs/modules/spark-k8s/pages/history_server.adoc +++ b/docs/modules/spark-k8s/pages/history_server.adoc @@ -6,7 +6,7 @@ The Stackable Spark-on-Kubernetes operator runs Apache Spark workloads in a Kube == Deployment -The example below demonstrates how to set up the history server running in one Pod with scheduled cleanups of the event logs. The event logs are loaded from an S3 bucket named `spark-logs` and the folder `eventlogs/`. The credentials for this bucket are provided by the secret class `s3-credentials-class`. For more details on how the Stackable Data Platform manages S3 resources see the xref:home:concepts:s3.adoc[S3 resources] page. +The example below demonstrates how to set up the history server running in one Pod with scheduled cleanups of the event logs. The event logs are loaded from an S3 bucket named `spark-logs` and the folder `eventlogs/`. The credentials for this bucket are provided by the secret class `s3-credentials-class`. For more details on how the Stackable Data Platform manages S3 resources see the xref:concepts:s3.adoc[S3 resources] page. [source,yaml] diff --git a/docs/modules/spark-k8s/pages/usage.adoc b/docs/modules/spark-k8s/pages/usage.adoc index 10ef4ecb..bbcbdaee 100644 --- a/docs/modules/spark-k8s/pages/usage.adoc +++ b/docs/modules/spark-k8s/pages/usage.adoc @@ -142,7 +142,7 @@ This has the advantage that one connection configuration can be shared across `S // The "nightly" version is needed because the "include" directive searches for // files in the "stable" version by default. // TODO: remove the "nightly" version after the next platform release (current: 22.09) -include::home:concepts:stackable_resource_requests.adoc[] +include::concepts:stackable_resource_requests.adoc[] If no resources are configured explicitly, the operator uses the following defaults: