-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Report
'commonLabels' is deprecated. Kustomizations should use 'labels' instead.
Expected Behavior
When running kustomize build .
on a modern version there is no deprecation warning.
Actual Behavior
There is a deprecation warning:
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Steps to Reproduce the Problem
cd config/default
kustomize build .
using kustomize 5.x
Logs from KEDA operator
N/A
KEDA Version
2.14.0
Kubernetes Version
1.27
Platform
Amazon Web Services
Scaler Details
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working