From 79740b868c2dee15f0df98fddf0344861d551a2e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 18 Oct 2025 16:54:30 +0200 Subject: [PATCH] Recommit for updates in build 34 --- doc/file.README.html | 8 ++++++-- doc/index.html | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index b3a1a3f..b0d318a 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -85,11 +85,15 @@

CONFIGURATION

+

Configurable options: - –storage.tsdb.retention.time via $ps_retention_time - –storage.tsdb.retention.size via $ps_retention_size - authentication user via $ps_auth_user - authentication password via $ps_auth_pass - web authentication password via $ps_web_pass ( different format required)

+

Repo Documentation

See the full Puppet documentation including parameters in docs/index.html

@@ -106,7 +110,7 @@

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_kubernetes
+  include cd_prometheus
 }