UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 84fb0748 authored by brandt keller's avatar brandt keller
Browse files

Fix: Update gatekeeper docs to include replicas example

parent 2562b461
No related branches found
No related tags found
1 merge request!2087Fix: Update gatekeeper docs to include replicas example
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment