Helm chart 'kind' reference confuses ArgoCD #1556
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What version of descheduler are you using?
descheduler version: 0.31.0
Does this issue reproduce with the latest release?
Yes
Which descheduler CLI options are you using?
N/A
Please provide a copy of your descheduler policy config file
Via values.yaml:
What k8s version are you using (
kubectl version
)?1.31.2
What did you do?
When attempting to change from using
CronJob
toDeployment
for Descheduler, thekind: Deployment
reference in the values.yaml makes ArgoCD think it is a manifest and throws the error:groupVersion shouldn't be empty
Simplest fix would be to change the
kind
reference to something else to avoid the confusion. I suggest something likeappKind
or something similar.The text was updated successfully, but these errors were encountered: