Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C cluster-operator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plural
  • platform
  • cluster-operator
  • Repository
Switch branch/tag
  • cluster-operator
  • Makefile
Find file BlameHistoryPermalink
  • Connor Rogers's avatar
    Remove deprecated `bases` from kustomization files · 28ce005f
    Connor Rogers authored Jul 09, 2020
    `bases` is a deprecated section of the kustomize API, and is replaced by
    `resources` in v2.1.0 onwards. Since we use kustomize 3.X, this moves
    our kustomization yamls to the new accepted format.
    
    This also moves our Makefile away from using `kubectl <apply/delete>
    -k`, which uses kubectl's older, bundled version of Kustomize v2.0.3
    (see [this issue](https://github.com/kubernetes/kubectl/issues/818)).
    28ce005f