diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 6fbf19a07ad..07b5f5042e1 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -386,6 +386,12 @@ envVars: "paramType": "required", "type": "str" }, + { + "name": "seed", + "paramType": "fixed", + "value": 1234, + "type": "int" + } ], "outputComponent": "gallery", "showOutput": true