diff --git a/charts/victoria-metrics-agent/README.md b/charts/victoria-metrics-agent/README.md index 6f1cffdb1..34b241731 100644 --- a/charts/victoria-metrics-agent/README.md +++ b/charts/victoria-metrics-agent/README.md @@ -360,4 +360,4 @@ Change the values according to the need of the environment in ``victoria-metrics | statefulset.replicationFactor | int | `1` | replication factor for vmagent in cluster mode | | statefulset.updateStrategy | object | `{}` | | | tolerations | list | `[]` | | -| topologySpreadConstraints | list | `[]` | | +| topologySpreadConstraints | list | `[]` | | \ No newline at end of file diff --git a/charts/victoria-metrics-agent/templates/hpa.yaml b/charts/victoria-metrics-agent/templates/hpa.yaml index 2640c1938..3d5bd2146 100644 --- a/charts/victoria-metrics-agent/templates/hpa.yaml +++ b/charts/victoria-metrics-agent/templates/hpa.yaml @@ -4,7 +4,7 @@ apiVersion: autoscaling/v2 {{- else}} apiVersion: autoscaling/v2beta2 {{- end}} -kind: horizontalPodAutoscaling +kind: horizontalPodAutoscaler metadata: labels: {{- include "chart.labels" . | nindent 4 }}