From 588edd41255b8ffa6729b0ce0066979155623702 Mon Sep 17 00:00:00 2001 From: "P. Douglas Reeder" Date: Thu, 26 Sep 2024 15:25:14 -0400 Subject: [PATCH] Adds another example to Operations in readme.md --- community-edition/readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community-edition/readme.md b/community-edition/readme.md index bdf023d..527b9a9 100644 --- a/community-edition/readme.md +++ b/community-edition/readme.md @@ -61,9 +61,11 @@ To deploy to your K8s cluster on your chosen hosting solution, follow these step ## Operations -If you need to edit `hcce.yaml` directly (for example, to comment out the line -`- --default-ssl-certificate=hcce/cert-hcce`), -after saving `hcce.yaml`, run +If you need to edit `hcce.yaml` directly, for example +1. To have your cluster pull a fresh image whenever you deploy, change `imagePullPolicy` to `Always` for that image. +2. To work around certain SSL issues, comment out the line `- --default-ssl-certificate=hcce/cert-hcce` + +After saving `hcce.yaml`, run `npm run apply`