We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'commonLabels' is deprecated. Kustomizations should use 'labels' instead.
When running kustomize build . on a modern version there is no deprecation warning.
kustomize build .
There is a deprecation warning:
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
cd config/default
N/A
2.14.0
1.27
Amazon Web Services
No response
The text was updated successfully, but these errors were encountered:
Hey @therealdwright, is this issue solved? I am interested to work.
Sorry, something went wrong.
Yes I already made a PR.
Successfully merging a pull request may close this issue.
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:
Steps to Reproduce the Problem
cd config/default
kustomize build .
using kustomize 5.xLogs 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
The text was updated successfully, but these errors were encountered: