Skip to content

Migrate kustomize files to new clauses #1690

@james-callahan

Description

@james-callahan

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

No one assigned

    Labels

    area/code-generationIssues or PRs as related to controllers or docs code generationarea/installationIssues 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.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions