From adcdc695adc4791c757cd62dc9a0999bbe12c55d Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:37:22 -0700 Subject: [PATCH] small fixes --- modules/ROOT/pages/index.adoc | 2 +- modules/authentication/pages/auth-tls.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index e9b8e7b..6179ca2 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -77,7 +77,7 @@ In addition to the required components, you might want to include some *optional * xref:luna-streaming:components:heartbeat-vm.adoc[{pulsar-short} Heartbeat] - This is an optional component that monitors the health of {pulsar-short} cluster and emits metrics about the cluster that are helpful for observing and debugging issues. * Prometheus/Grafana/Alert manager stack - This is the default observability stack for a cluster. The Luna Helm chart includes pre-made dashboards in Grafana and pre-wires all the metrics scraping. -To enable these optional components, set them in the Helm chart values. For example, to enable the {pulsar-short} Admin Console in your {pulsar-stack} deployment, add the following configuration to your https://github.com/datastax/kaap/blob/755807d3744735b6f6ae0400365e159e5dcf5dd0/helm/kaap-stack/values.yaml#L25C1-L26C17[values.yaml] file: +To enable these optional components, set them in the Helm chart values. For example, to enable the {pulsar-short} Admin Console in your {pulsar-stack} deployment, add the following configuration to your https://github.com/datastax/kaap/blob/main/helm/kaap-stack/values.yaml#L25[values.yaml] file: [source,yaml] ---- pulsarAdminConsole: diff --git a/modules/authentication/pages/auth-tls.adoc b/modules/authentication/pages/auth-tls.adoc index f2be840..510d831 100644 --- a/modules/authentication/pages/auth-tls.adoc +++ b/modules/authentication/pages/auth-tls.adoc @@ -86,6 +86,6 @@ This will generate all the secrets needed by the components. The name of each se See the repository for examples: -* https://github.com/datastax/k8saap/tree/main/helm/examples/cert-manager-acme[Real TLS example with acme]( +* https://github.com/datastax/kaap/tree/main/helm/examples/cert-manager-acme[Real TLS example with acme] -* https://github.com/datastax/k8saap/tree/main/helm/examples/cert-manager-self-signed[self-signed certificates] \ No newline at end of file +* https://github.com/datastax/kaap/tree/main/helm/examples/cert-manager-self-signed[self-signed certificates] \ No newline at end of file