Compare commits

...

3 Commits

Author SHA1 Message Date
96b919241d resolve conflict 2022-08-30 20:04:28 +01:00
5410733d72 Update README.md 2022-08-30 20:00:37 +01:00
f3c87e8d32 NEXUS-34212 - Update README
Update README with info about adding annotations and labels
2022-07-29 12:05:29 -04:00

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