UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Fix: Update gatekeeper docs to include replicas example

Merged brandt keller requested to merge ha_opa_docs into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
@@ -51,7 +51,13 @@ gatekeeper:
## High Availability
High availability is accomplished by increasing the replicas in the values file of this helm chart.
High availability is accomplished by ensuring the replicas in the values file of this helm chart are > 1. By default, this chart is configured for high availability with `replicas: 3`.
```yaml
gatekeeper:
values:
replicas: 3
```
## Single Sign on (SSO)
Loading