From 104f4a3e1464f27ee9d17005cbe3e89c0cceaf32 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Wed, 14 Jan 2026 09:57:16 +0100 Subject: [PATCH] improve docs Signed-off-by: Pascal Sthamer --- functions/kubernetes/charts/shuffle/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/kubernetes/charts/shuffle/values.yaml b/functions/kubernetes/charts/shuffle/values.yaml index 43c612b3..f64b2852 100644 --- a/functions/kubernetes/charts/shuffle/values.yaml +++ b/functions/kubernetes/charts/shuffle/values.yaml @@ -2161,6 +2161,7 @@ apps: ## @param apps.shuffleTools.version The version of the shuffle-tools app to deploy. ## version: 1.2.0 + # You can override .app.* values here, e.g. replicaCount, resources or image. shuffleSubflow: ## @param apps.shuffleSubflow.enabled Whether the shuffle-subflow app is enabled @@ -2172,6 +2173,7 @@ apps: ## @param apps.shuffleSubflow.version The version of the shuffle-subflow app to deploy. ## version: 1.1.0 + # You can override .app.* values here, e.g. replicaCount, resources or image. http: ## @param apps.http.enabled Whether the http app is enabled @@ -2183,8 +2185,7 @@ apps: ## @param apps.http.version The version of the http app to deploy. ## version: 1.4.0 - - # replicas, image, etc. + # You can override .app.* values here, e.g. replicaCount, resources or image. ## @extra apps.MY_APP.app [string] The name of the app (required, e.g. shuffle-tools) ## @extra apps.MY_APP.version [string] The version of the app (required, e.g. 1.2.0)