diff --git a/aws-single-instance-resiliency/README.md b/aws-single-instance-resiliency/README.md index 6eb7ba1..03a1430 100644 --- a/aws-single-instance-resiliency/README.md +++ b/aws-single-instance-resiliency/README.md @@ -52,11 +52,12 @@ You will also need to complete the steps below. See the referenced AWS documenta 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. -4. Install the chart using the following: -```helm install nxrm nexus/nxrm-aws-resiliency --values values.yaml``` +3. Install the chart using the following: -3. Get the Nexus Repository link using the following: +```helm install nxrm sonatype/nxrm-aws-resiliency -f values.yaml``` + +4. Get the Nexus Repository link using the following: ```kubectl get ingresses -n nexusrepo```