mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-08 13:48:19 +00:00
11 lines
340 B
Makefile
11 lines
340 B
Makefile
|
PREFIX := helm-es-migration
|
||
|
|
||
|
data:
|
||
|
helm upgrade --wait --timeout=$(TIMEOUT) --install --values data.yaml $(PREFIX)-data ../../
|
||
|
|
||
|
master:
|
||
|
helm upgrade --wait --timeout=$(TIMEOUT) --install --values master.yaml $(PREFIX)-master ../../
|
||
|
|
||
|
client:
|
||
|
helm upgrade --wait --timeout=$(TIMEOUT) --install --values client.yaml $(PREFIX)-client ../../
|