Corrected and added a path to remove in step 6

pull/637/head
Nefi Munoz 2023-01-13 14:32:45 -07:00
parent e90a3c69b7
commit 4d38ba5257
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ mv partner-charts/packages/kubewarden-controller/generated-changes/overlay partn
#### 6. Clean up old packages and charts directories:
```bash
git rm -r packages/<chart>
git rm -r packages/charts/<chart> (if this exists)
git rm -r charts/<chart>
```
* Note: If a chart is using a logo file in partner-charts repo, make sure the `icon:` variable is set correctly in the `upstream.yaml ChartMetadata`.