Skip to content

Commit

Permalink
Remove deprecated options from the schema
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Sep 27, 2023
1 parent a026ccd commit a7fa080
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions helm/hpcc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1740,16 +1740,6 @@
"minimum": 0,
"description": "Timeout (in ms) before high priority requests are resent to agents"
},
"httpCallerIdHeader": {
"type": "string",
"default": "HPCC-Caller-Id",
"description": "HTTP Header field to use for sending and receiving CallerId (deprecated and ignored)"
},
"httpGlobalIdHeader": {
"type": "string",
"default": "HPCC-Global-Id",
"description": "HTTP Header field to use for sending and receiving GlobalId (deprecated and ignored)"
},
"ignoreOrphans": {
"type": "boolean",
"default": true,
Expand Down

1 comment on commit a7fa080

@rpastrana
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this change, @afishbeck might know who if anybody will be impacted by this, and we should give them a head's up.
This might need to be added to the redbook or current day equivalent (@JamesDeFabia / @g-pan )

Please sign in to comment.