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 }, {