Skip to content

Commit

Permalink
Adds another example to Operations in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Sep 26, 2024
1 parent 295a798 commit 588edd4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions community-edition/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 588edd4

Please sign in to comment.