From dfcb523e6d440754eaa01e677a8aecf99f8cca91 Mon Sep 17 00:00:00 2001 From: minottic Date: Tue, 4 Apr 2023 11:08:39 +0200 Subject: [PATCH] Custom run number to take flat value --- helm/configs/frontend/development/config.json | 2 +- helm/configs/frontend/production/config.json | 2 +- helm/configs/frontend/qa/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json index d715f21..1a91ad9 100644 --- a/helm/configs/frontend/development/config.json +++ b/helm/configs/frontend/development/config.json @@ -48,7 +48,7 @@ { "name": "runNumber", "order": 2, - "type": "standard", + "type": "custom", "enabled": true }, { diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json index 6db902f..c6facaf 100644 --- a/helm/configs/frontend/production/config.json +++ b/helm/configs/frontend/production/config.json @@ -48,7 +48,7 @@ { "name": "runNumber", "order": 2, - "type": "standard", + "type": "custom", "enabled": true }, { diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json index 9c17c7b..889c6bc 100644 --- a/helm/configs/frontend/qa/config.json +++ b/helm/configs/frontend/qa/config.json @@ -48,7 +48,7 @@ { "name": "runNumber", "order": 2, - "type": "standard", + "type": "custom", "enabled": true }, {