Update README.md

Remove namespace annotation as it's no longer needed
pull/62/head
Steven Crespo 2020-12-16 11:58:42 -08:00 committed by Denise
parent 2749da74e6
commit 2ebc436e48
1 changed files with 1 additions and 2 deletions

View File

@ -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`.
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`.