Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Dec 7, 2023
1 parent 74325da commit 4a5ecd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/vald/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ Run the following command to install the chart,
| agent.podPriority.value | int | `1000000000` | agent pod PriorityClass value |
| agent.podSecurityContext | object | `{"fsGroup":65532,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532}` | security context for pod |
| agent.progressDeadlineSeconds | int | `600` | progress deadline seconds |
| agent.readreplica | object | `{"enabled":false,"label_key":"vald-readreplica-id","name":"vald-agent-ngt-readreplica","replica":2,"service":{"annotations":{}},"snapshot_classname":"","volume_name":"vald-agent-ngt-readreplica-pvc"}` | readreplica deployment annotations |
| agent.readreplica | object | `{"component_name":"agent-readreplica","enabled":false,"label_key":"vald-readreplica-id","name":"vald-agent-ngt-readreplica","replica":2,"service":{"annotations":{}},"snapshot_classname":"","volume_name":"vald-agent-ngt-readreplica-pvc"}` | readreplica deployment annotations |
| agent.readreplica.component_name | string | `"agent-readreplica"` | app.kubernetes.io/component name of agent readreplica |
| agent.readreplica.enabled | bool | `false` | [This feature is WORK IN PROGRESS]enable agent readreplica |
| agent.readreplica.label_key | string | `"vald-readreplica-id"` | label key to identify read replica resources |
| agent.readreplica.name | string | `"vald-agent-ngt-readreplica"` | name of agent readreplica |
Expand Down

0 comments on commit 4a5ecd4

Please sign in to comment.