diff --git a/helm/hpcc/values.schema.json b/helm/hpcc/values.schema.json index 149d1984d15..1f349a65d5a 100644 --- a/helm/hpcc/values.schema.json +++ b/helm/hpcc/values.schema.json @@ -1862,7 +1862,7 @@ }, "fieldTranslationEnabled": { "default": "payload", - "enum": ["false", "true", "payload"], + "enum": ["false", "true", "payload", "payloadRemoveOnly"], "description": "Enables translation (where possible) of mismatched file layouts on-the-fly. Specify 'payload' to attempt to translate payload fields only" }, "highTimeout": {