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
feat: Updating chart to support CRD struct, Fixes#419
1. Added support for the new crds.enabled and crds.keep options in the CertManager component
2. Added proper backward compatibility with the deprecated installCRDs option
3. Updated the schema.json to include the new type definition
4. Created an example to showcase how to use the new options
5. Added a new deleteOnDestroy boolean field to the CertManagerCrds struct in schema.json
6. Updated the CertManagerCrds struct in chart.go to include the new field
7. Implemented the functionality in provider.go to handle CRD deletion on resource destruction
"description": "A Release is an instance of a chart running in a Kubernetes cluster.\nA Chart is a Helm package. It contains all of the resource definitions necessary to run an application, tool, or service inside of a Kubernetes cluster.\nNote - Helm Release is currently in BETA and may change. Use in production environment is discouraged.",
0 commit comments