You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected all the resources from templates/ to be included in the generated manifests.
What did you see instead? Under which circumstances?
When generating an Operator Bundle from a Helm chart using operator-sdk generate bundle, certain custom resources (those for cert-manager) are not automatically included.
List of custom resources not included in the generated bundle:
Bug Report
What did you do?
Tried generating an operator bundle for helm-chart. Steps to reproduce the error:
What did you expect to see?
Expected all the resources from
templates/
to be included in the generated manifests.What did you see instead? Under which circumstances?
When generating an Operator Bundle from a Helm chart using operator-sdk generate bundle, certain custom resources (those for cert-manager) are not automatically included.
List of custom resources not included in the generated bundle:
Environment
Operator type:
language helm
Kubernetes cluster type:
$ operator-sdk version
4.12.69
$ kubectl version
1.25.16
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: