From 77c95518d50c3b6d682a677f4f4c60651aa9c29f Mon Sep 17 00:00:00 2001 From: Erika Barcott Date: Tue, 18 Jul 2023 14:04:16 -0700 Subject: [PATCH] Update README.md fix path to diana-backend/values.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a538e7d8..7a4a0cf2 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Follow the prompts to provide any necessary configuration parameters. helm install ingress-nginx OUTPUT_PATH/ingress-common --namespace ingress-nginx --create-namespace ``` -15. Edit `OUTPUT_PATH/diana-backend-values.yaml` and update any necessary configuration. At minimum, you need to update the following parameters: +15. Edit `OUTPUT_PATH/diana-backend/values.yaml` and update any necessary configuration. At minimum, you need to update the following parameters: * `domain` Change this to the domain you added to the `/etc/hosts` file in step 11. * `letsencrypt.email` If you are using a "real" domain, change this to the email address you want to use for the [Let's Encrypt](https://letsencrypt.org/) SSL certificate. For local testing, leave this as is.