diskover: fix typo (#2612)

* diskover: fix typo

* fmt
This commit is contained in:
Stavros Kois
2024-06-25 13:50:32 +03:00
committed by GitHub
parent 674d9e2d6f
commit 204385f798
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: Diskover is used to monitor size/volumes of distributed dataset.
annotations:
title: Diskover Data
type: application
version: 2.0.1
version: 2.0.2
apiVersion: v2
appVersion: "2.0.1"
kubeVersion: ">=1.16.0-0"

View File

@@ -90,6 +90,9 @@ def migrate_common_lib(values):
return values
def migrate(values):
# Fix typo
if 'discoverConfig' in values.keys():
values['diskoverConfig'] = values.pop('discoverConfig')
# If this missing, we have already migrated
if not 'appVolumeMounts' in values.keys():
return values

View File

@@ -33,7 +33,7 @@ questions:
$ref:
- definitions/timezone
- variable: discoverConfig
- variable: diskoverConfig
label: ""
group: Diskover Data Configuration
schema: