mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user