From a7fa080ab31009dba5f276720d825bf51dcd5e83 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Wed, 27 Sep 2023 15:27:08 +0100 Subject: [PATCH] Remove deprecated options from the schema Signed-off-by: Gavin Halliday --- helm/hpcc/values.schema.json | 10 ---------- 1 file changed, 10 deletions(-) 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,