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:
parent
2d997a4f8d
commit
92e2173fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue