Skip to content

Commit 104f4a3

Browse files
committed
improve docs
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
1 parent 25e73a3 commit 104f4a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

functions/kubernetes/charts/shuffle/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,6 +2161,7 @@ apps:
21612161
## @param apps.shuffleTools.version The version of the shuffle-tools app to deploy.
21622162
##
21632163
version: 1.2.0
2164+
# You can override .app.* values here, e.g. replicaCount, resources or image.
21642165

21652166
shuffleSubflow:
21662167
## @param apps.shuffleSubflow.enabled Whether the shuffle-subflow app is enabled
@@ -2172,6 +2173,7 @@ apps:
21722173
## @param apps.shuffleSubflow.version The version of the shuffle-subflow app to deploy.
21732174
##
21742175
version: 1.1.0
2176+
# You can override .app.* values here, e.g. replicaCount, resources or image.
21752177

21762178
http:
21772179
## @param apps.http.enabled Whether the http app is enabled
@@ -2183,8 +2185,7 @@ apps:
21832185
## @param apps.http.version The version of the http app to deploy.
21842186
##
21852187
version: 1.4.0
2186-
2187-
# replicas, image, etc.
2188+
# You can override .app.* values here, e.g. replicaCount, resources or image.
21882189

21892190
## @extra apps.MY_APP.app [string] The name of the app (required, e.g. shuffle-tools)
21902191
## @extra apps.MY_APP.version [string] The version of the app (required, e.g. 1.2.0)

0 commit comments

Comments
 (0)