diff --git a/README.md b/README.md index e3d0bc099..c43b4bf30 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ If this is a new chart, add the partner label and required annotations in `Chart ```yaml annotations: catalog.cattle.io/certified: partner - catalog.cattle.io/namespace: {CHART_NAMESPACE} # Your chart's name is recommended catalog.cattle.io/release-name: {CHART_RELEASE_NAME} # Your chart's name is recommended ``` @@ -237,4 +236,4 @@ Run to clean up your working directory before staging your changes. make clean CHART={CHART_NAME} ``` -Ensure that you've already saved your changes with `make patch CHART={CHART_NAME}` and cleaned up your working directory with `make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}` and submit your PR to the branch `main-source`. \ No newline at end of file +Ensure that you've already saved your changes with `make patch CHART={CHART_NAME}` and cleaned up your working directory with `make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}` and submit your PR to the branch `main-source`.