NEXUS-34212 - Update README

Update README with info about adding annotations and labels
This commit is contained in:
Lisa Durant 2022-07-29 12:05:29 -04:00 committed by GitHub
parent 33d4ca303b
commit f3c87e8d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,9 @@ You will also need to complete the steps below. See the referenced AWS documenta
## Deployment ## Deployment
1. Pull the [nxrm-resiliency-aws-helmchart](https://github.com/sonatype/nxrm-resiliency-aws-helmchart). 1. Pull the [nxrm-resiliency-aws-helmchart](https://github.com/sonatype/nxrm-resiliency-aws-helmchart).
2. Ensure you have updated your values.yaml with appropriate values for your environment. 2. Ensure you have updated your values.yaml with appropriate values for your environment.
3. Install the chart using the following: - Note that you can specify Ingress annotations via the values.yaml.
- If you wish to add [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/), you can do so via kubectl. See the [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) for specific commands.
4. Install the chart using the following:
```helm install nxrm nexus/nxrm-aws-resiliency --values values.yaml``` ```helm install nxrm nexus/nxrm-aws-resiliency --values values.yaml```