mirror of
https://github.com/helm/helm.git
synced 2026-04-22 06:37:10 -04:00
If a resource exists in the cluster and is to be adopted by helm install --take-ownership, it is left unchanged while helm reports the installation to have succeeded. This is due to CRs and CRDs being merged without three-way-merge, which results in an empty patch. By using a three-way-merge transparently when --take-ownership is used, the helm behaves as expected without breaking previous behavior. Fixes #30622 Signed-off-by: Patrick Seidensal <pseidensal@suse.com> |
||
|---|---|---|
| .. | ||
| action | ||
| chart | ||
| chartutil | ||
| cli | ||
| downloader | ||
| engine | ||
| gates | ||
| getter | ||
| helmpath | ||
| ignore | ||
| kube | ||
| lint | ||
| plugin | ||
| postrender | ||
| provenance | ||
| pusher | ||
| registry | ||
| release | ||
| releaseutil | ||
| repo | ||
| storage | ||
| strvals | ||
| time | ||
| uploader | ||