mongodb / mongodb-kubernetes-operator

MongoDB Community Kubernetes Operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluxCD show warning logs in kustomize controller

zxp86021 opened this issue · comments

What did you do to encounter the bug?
Steps to reproduce the behavior:

  1. Install fluxcd gitops toolkit (kustomize controller >= v1.0.1)
  2. Deploy operator using config/default/kustomization.yaml via fluxcd
  3. kustomize controller show warning log

What did you expect?
No warning log

What happened instead?
Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

Operator Information

  • Operator Version: v0.8.0

Kubernetes Cluster Information

  • Distribution: AWS EKS
  • Version: 1.25
  • Image Registry location: quay.io

Hey @zxp86021, I've just proposed a PR, which is linked to this issue. Thank your for reporting this!