From 62836f123a4dcc5dc7078da755d4cf26ad584bc6 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 23 Jan 2025 14:10:46 +0100 Subject: [PATCH] docs: run make readme --- README.md | 6 +++--- values.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 18cfce5..4fbf470 100644 --- a/README.md +++ b/README.md @@ -1138,7 +1138,7 @@ blocks, while the keys themselves remain in all caps. ### Redis® Cluster Redis® Cluster is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/redis-cluster) if enabled in the values. -Complete Configuration can be taken from their website. +Full configuration options are available on their website. Redis cluster and [Redis](#redis) cannot be enabled at the same time. | Name | Description | Value | @@ -1151,7 +1151,7 @@ Redis cluster and [Redis](#redis) cannot be enabled at the same time. ### Redis® Redis® is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/redis) if enabled in the values. -Complete Configuration can be taken from their website. +Full configuration options are available on their website. Redis and [Redis cluster](#redis-cluster) cannot be enabled at the same time. | Name | Description | Value | @@ -1164,7 +1164,7 @@ Redis and [Redis cluster](#redis-cluster) cannot be enabled at the same time. ### PostgreSQL HA PostgreSQL HA is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/postgresql-ha) if enabled in the values. -Complete Configuration can be taken from their website. +Full configuration options are available on their website. | Name | Description | Value | | ------------------------------------------- | ---------------------------------------------------------------- | ----------- | diff --git a/values.yaml b/values.yaml index 161173e..4af2e9f 100644 --- a/values.yaml +++ b/values.yaml @@ -675,7 +675,7 @@ gitea: ## @section Redis® Cluster ## @descriptionStart ## Redis® Cluster is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/redis-cluster) if enabled in the values. -## Complete Configuration can be taken from their website. +## Full configuration options are available on their website. ## Redis cluster and [Redis](#redis) cannot be enabled at the same time. ## @descriptionEnd # @@ -693,7 +693,7 @@ redis-cluster: ## @section Redis® ## @descriptionStart ## Redis® is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/redis) if enabled in the values. -## Complete Configuration can be taken from their website. +## Full configuration options are available on their website. ## Redis and [Redis cluster](#redis-cluster) cannot be enabled at the same time. ## @descriptionEnd # @@ -713,7 +713,7 @@ redis: ## @section PostgreSQL HA ## @descriptionStart ## PostgreSQL HA is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/postgresql-ha) if enabled in the values. -## Complete Configuration can be taken from their website. +## Full configuration options are available on their website. ## @descriptionEnd # ## @param postgresql-ha.enabled Enable PostgreSQL HA chart @@ -749,7 +749,7 @@ postgresql-ha: ## @section PostgreSQL ## @descriptionStart ## PostgreSQL is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) if enabled in the values. -## Complete Configuration can be taken from their website. +## Full configuration options are available on their website. ## @descriptionEnd # ## @param postgresql.enabled Enable PostgreSQL