Skip to content

Commit

Permalink
Merge pull request #222 from FlowFuse/fix-affinity-readme-typo
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
hardillb committed Nov 20, 2023
2 parents 8bf1615 + 0981a20 commit 502113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If using an external PostgreSQL Database you will need to create the database an
- `forge.cloudProvider` currently only accepts `aws` but will include more as needed (default not set)
- `forge.projectSelector` a collection of labels and values to filter nodes that Project Pods will run on (default `role: projects`)
- `forge.managementSelector` a collection of labels and values to filter nodes the Forge App will run on (default `role: management`)
- `forge.affinity` allows to configure [affinity or anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) for the broker pod
- `forge.affinity` allows to configure [affinity or anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) for the core application pod
- `forge.projectNamespace` namespace Project Pods will run in (default `flowforge`)
- `forge.license` FlowForge EE license string (optional, default not set)
- `forge.branding` Object holding branding inserts (default not set)
Expand Down

0 comments on commit 502113c

Please sign in to comment.