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
In the case that CRDs used by a Plugin's Helm Chart are deleted from the remote cluster, there is no mechanism to get these CRDs back.
The Helm Controller currently is only installing these CRDs via the helm install-action. Updates to a CRD are done when diffing/ upgrading the Helm Chart.
When a CRD cannot be found the logic skips these CRDs, as it assumes this to only happen if the release was never installed. This prevent's the helm controller from auto-healing such releases.
Acceptance Criteria:
CRDs are re-created if they are missing but the release was installed
CRDs are only replaced during an upgrade, not during a dry-run/ template
Test showing the recreation
Reference Issues
No response
The text was updated successfully, but these errors were encountered:
Priority
(Medium) I'm annoyed but I'll live
Description
In the case that CRDs used by a Plugin's Helm Chart are deleted from the remote cluster, there is no mechanism to get these CRDs back.
The Helm Controller currently is only installing these CRDs via the
helm install
-action. Updates to a CRD are done when diffing/ upgrading the Helm Chart.When a CRD cannot be found the logic skips these CRDs, as it assumes this to only happen if the release was never installed. This prevent's the helm controller from auto-healing such releases.
Acceptance Criteria:
Reference Issues
No response
The text was updated successfully, but these errors were encountered: