Skip to content

Commit f06a66f

Browse files
committed
fix: rename label from maintenanceState to maintenance
Signed-off-by: Evsyukov Denis <[email protected]>
1 parent 0abfaa1 commit f06a66f

File tree

1 file changed

+1
-1
lines changed
  • pkg/module_manager/models/modules

1 file changed

+1
-1
lines changed

pkg/module_manager/models/modules/helm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func NewHelmModule(bm *BasicModule, namespace string, tmpDir string, deps *HelmM
7777

7878
additionalLabels := make(map[string]string)
7979
if bm.GetMaintenanceState() != Managed {
80-
additionalLabels["maintenanceState"] = utils.NoResourceReconciliation.String()
80+
additionalLabels["maintenance"] = utils.NoResourceReconciliation.String()
8181
}
8282

8383
hm := &HelmModule{

0 commit comments

Comments
 (0)