Skip to content

Commit

Permalink
Remove ScaledObject Custom Labels (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Kerkhove <[email protected]>
Co-authored-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
3 people committed Jun 27, 2023
1 parent 6e7f15d commit 6cdec14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This changelog keeps track of work items that have been completed and are ready
### Fixes

- **Scaler**: remplement custom interceptor metrics ([#718](https://github.com/kedacore/http-add-on/issues/718))
- **Operator**: Remove ScaledObject `name` & `app` custom labels ([#717](https://github.com/kedacore/http-add-on/issues/717))

### Deprecations

Expand Down
10 changes: 0 additions & 10 deletions pkg/k8s/meta.go

This file was deleted.

1 change: 0 additions & 1 deletion pkg/k8s/scaledobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func NewScaledObject(
ObjectMeta: metav1.ObjectMeta{
Namespace: namespace,
Name: name,
Labels: Labels(name),
},
Spec: kedav1alpha1.ScaledObjectSpec{
ScaleTargetRef: &kedav1alpha1.ScaleTarget{
Expand Down

0 comments on commit 6cdec14

Please sign in to comment.