Skip to content

Commit

Permalink
HPCC-31928 Add payloadRemoveOnly option to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelv committed May 23, 2024
1 parent 5a8e23c commit 0657d20
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 0657d20

Please sign in to comment.