Files
devops-infra-helm-charts-gcp/helm-templates/temporal/charts/elasticsearch/examples/migration/Makefile
T
2026-08-26 03:39:42 +05:30

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 ../../