generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
area/code-generationIssues or PRs as related to controllers or docs code generationIssues or PRs as related to controllers or docs code generationarea/installationIssues or PRs related to our installation tools, configurations, helm charts, etc...Issues or PRs related to our installation tools, configurations, helm charts, etc...help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Description
Describe the bug
The kustomization configuration uses deprecated clauses like bases.
Instead you should just use resources
Steps to reproduce
e.g.
$ kustomize build github.com/aws-controllers-k8s/iam-controller/config/default > /dev/null
# Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Expected outcome
No deprecation warnings
Environment
kustomize version: 5.0.0
Metadata
Metadata
Assignees
Labels
area/code-generationIssues or PRs as related to controllers or docs code generationIssues or PRs as related to controllers or docs code generationarea/installationIssues or PRs related to our installation tools, configurations, helm charts, etc...Issues or PRs related to our installation tools, configurations, helm charts, etc...help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.