We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abfaa1 commit f06a66fCopy full SHA for f06a66f
pkg/module_manager/models/modules/helm.go
@@ -77,7 +77,7 @@ func NewHelmModule(bm *BasicModule, namespace string, tmpDir string, deps *HelmM
77
78
additionalLabels := make(map[string]string)
79
if bm.GetMaintenanceState() != Managed {
80
- additionalLabels["maintenanceState"] = utils.NoResourceReconciliation.String()
+ additionalLabels["maintenance"] = utils.NoResourceReconciliation.String()
81
}
82
83
hm := &HelmModule{
0 commit comments