Skip to content

Commit

Permalink
Merge pull request #18694 from jackdelv/HPCC-31928
Browse files Browse the repository at this point in the history
HPCC-31928 Add payloadRemoveOnly option to values.yaml

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored May 23, 2024
2 parents dec7c91 + 0657d20 commit 5d1d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/hpcc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5d1d6b9

Please sign in to comment.