Merge pull request #16 from sonatype/lisadurant-patch-2

readme update
This commit is contained in:
Lisa Durant 2022-08-30 15:09:58 -04:00 committed by GitHub
commit b5168a2dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,9 @@ You will also need to complete the steps below. See the referenced AWS documenta
1. Add the sonatype repo to your helm: 1. Add the sonatype repo to your helm:
```helm repo add sonatype https://sonatype.github.io/helm3-charts/ ``` ```helm repo add sonatype https://sonatype.github.io/helm3-charts/ ```
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.
- 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.
3. Install the chart using the following: 3. Install the chart using the following:
```helm install nxrm sonatype/nxrm-aws-resiliency -f values.yaml``` ```helm install nxrm sonatype/nxrm-aws-resiliency -f values.yaml```