All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— February 16, 2022 - Wednesday 16, February 2022 ———————————
chart - move - helm -

FIrst edit your A chart to not include the resource, and add the keep annontation
https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource

annotations:
    "helm.sh/resource-policy": keep

From this point, your resource is not managed by helm anymore
Clean the resource (annotations...)

Then import the resource so it's managed by B chart
https://jacky-jiang.medium.com/import-existing-resources-in-helm-3-e27db11fd467

-