UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 09bd6712 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'ha_opa_docs' into 'master'

Fix: Update gatekeeper docs to include replicas example

Closes #1281

See merge request platform-one/big-bang/bigbang!2087
parents d80a8b4b 84fb0748
No related branches found
No related tags found
1 merge request!2087Fix: Update gatekeeper docs to include replicas example
Pipeline #976705 failed
......@@ -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