Fix typo in VirtualPodAutoscaler Makefile

Makefile was copied from VictoriaMetrics Operator, some lines were not
changed.

Follow-up to #676
Resolves #705

Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
This commit is contained in:
Nick Volynkin
2025-03-24 19:46:41 +02:00
parent 2d997a4f8d
commit 92e2173fa5

View File

@@ -1,11 +1,11 @@
export NAME=victoria-metrics-operator
export NAME=vertical-pod-autoscaler
export NAMESPACE=cozy-$(NAME)
include ../../../scripts/package.mk
update:
rm -rf charts
# VictoriaMetrics operator
# VirtualPodAutoscaler operator
helm repo add cowboysysop https://cowboysysop.github.io/charts/
helm repo update cowboysysop
helm pull cowboysysop/vertical-pod-autoscaler --untar --untardir charts