diff --git a/helm/hpcc/values.schema.json b/helm/hpcc/values.schema.json index e676b720198..2e9399b1493 100644 --- a/helm/hpcc/values.schema.json +++ b/helm/hpcc/values.schema.json @@ -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,