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
Describe the problem/challenge you have
If you delete the helm chart, all CRDs will be removed. Would like to keep the CRDs/CRs when deleting the chart.
Describe the solution you'd like
Add an option to append the annotation 'helm.sh/resource-policy: keep' to all CRDs.
e.g metadata: {{- if .Values.crds.keep }} annotations: helm.sh/resource-policy: keep {{- end }}
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
If you delete the helm chart, all CRDs will be removed. Would like to keep the CRDs/CRs when deleting the chart.
Describe the solution you'd like
Add an option to append the annotation 'helm.sh/resource-policy: keep' to all CRDs.
e.g
metadata: {{- if .Values.crds.keep }} annotations: helm.sh/resource-policy: keep {{- end }}
The text was updated successfully, but these errors were encountered: