Skip to content

Commit

Permalink
chore: add docs changes
Browse files Browse the repository at this point in the history
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
  • Loading branch information
iam-veeramalla committed Jul 31, 2024
1 parent 0d5eb16 commit 9b30aac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/reference/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Sharding.maxShards | 1 | The maximum number of replicas of the ArgoCD Applicatio
Sharding.clustersPerShard | 1 | The number of clusters that need to be handles by each shard. In case the replica count has reached the maxShards, the shards will manage more than one cluster. | Must be greater than 0 |
InitContainers | [Empty] | List of init containers for the ArgoCD Application Controller component. This field is optional.
SidecarContainers | [Empty] | List of sidecar containers for the ArgoCD Application Controller component. This field is optional.
Volumes | [Empty] | Configure addition volumes for the ArgoCD Application Controller component. This field is optional.
VolumeMounts | [Empty] | Configure addition volume mounts for the ArgoCD Application Controller component. This field is optional.

### Controller Example

Expand Down Expand Up @@ -1222,7 +1224,8 @@ LogFormat | text | The log format to be used by the ArgoCD Server component. Val
Env | [Empty] | Environment to set for the server workloads.
InitContainers | [Empty] | List of init containers for the ArgoCD Server component. This field is optional.
SidecarContainers | [Empty] | List of sidecar containers for the ArgoCD Server component. This field is optional.

Volumes | [Empty] | Configure addition volumes for the Argo CD server component. This field is optional.
VolumeMounts | [Empty] | Configure addition volume mounts for the Argo CD server component. This field is optional.


### Server Autoscale Options
Expand Down

0 comments on commit 9b30aac

Please sign in to comment.