[Bug]: missing apiVersion
for CronJob
and HorizontalPodAutoscaler
in generate mode
#2767
Labels
bug
Something isn't working
What happened?
In generate mode, the
apiVersion
forCronJob
andHorizontalPodAutoscaler
(HPA) is missing in the YAML manifest.Steps to reproduce
go run . generate --cr examples/simple-prod.yaml | grep -E '(Horiz|CronJob)' -A 1 -B 1
notice: no
apiVersion
Expected behavior
The text was updated successfully, but these errors were encountered: