From 91dd79f40f773eb1e1b0b0ec3457ed36a9958b06 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 7 Nov 2022 19:51:01 +0400 Subject: [PATCH] docs/operator: fix description for SA at VMClusterSpec (#3313) --- docs/operator/api.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/api.MD b/docs/operator/api.MD index 6127bf5c3d..cd1e9f8631 100644 --- a/docs/operator/api.MD +++ b/docs/operator/api.MD @@ -1591,7 +1591,7 @@ VMClusterSpec defines the desired state of VMCluster | retentionPeriod | RetentionPeriod for the stored metrics Note VictoriaMetrics has data/ and indexdb/ folders metrics from data/ removed eventually as soon as partition leaves retention period reverse index data at indexdb rotates once at the half of configured retention period https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#retention | string | true | | replicationFactor | ReplicationFactor defines how many copies of data make among distinct storage nodes | *int32 | false | | podSecurityPolicyName | PodSecurityPolicyName - defines name for podSecurityPolicy in case of empty value, prefixedName will be used. | string | false | -| serviceAccountName | ServiceAccountName is the name of the ServiceAccount to use to run the VMSelect Pods. | string | false | +| serviceAccountName | ServiceAccountName is the name of the ServiceAccount to use to run the VMSelect, VMStorage and VMInsert Pods. | string | false | | clusterVersion | ClusterVersion defines default images tag for all components. it can be overwritten with component specific image.tag value. | string | false | | imagePullSecrets | ImagePullSecrets An optional list of references to secrets in the same namespace to use for pulling images from registries see http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod | [][v1.LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#localobjectreference-v1-core) | false | | vmselect | | *[VMSelect](#vmselect) | false |