mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-24 11:37:26 +00:00
🔨 Rename the newly added customLabels
field to resourceLabels
in the config
This commit is contained in:
@@ -59,7 +59,7 @@ func buildWithDefaultLabels(labels map[string]string, provider *Provider) map[st
|
||||
labels["LabelManagedBy"] = provider.managedBy
|
||||
labels["LabelCreatedBy"] = provider.createdBy
|
||||
|
||||
for k, v := range config.Config.CustomLabels {
|
||||
for k, v := range config.Config.ResourceLabels {
|
||||
labels[k] = v
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user