File tree Expand file tree Collapse file tree
functions/kubernetes/charts/shuffle Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments