chartredisfix (#1088)

This commit is contained in:
yfei1
2020-02-03 09:18:13 -08:00
committed by GitHub
parent 1bd63a01c7
commit d93db94ad9
2 changed files with 2 additions and 2 deletions

View File

@ -356,6 +356,7 @@ install-scale-chart: install-chart-prerequisite build/toolchain/bin/helm$(EXE_EX
--set global.telemetry.prometheus.enabled=true
$(HELM) template $(OPEN_MATCH_HELM_NAME)-scale install/helm/open-match $(HELM_TEMPLATE_FLAGS) $(HELM_IMAGE_FLAGS) -f install/helm/open-match/values-production.yaml \
--set open-match-core.enabled=false \
--set open-match-core.redis.enabled=false \
--set global.telemetry.prometheus.enabled=true \
--set global.telemetry.grafana.enabled=true \
--set open-match-scale.enabled=true | $(KUBECTL) apply -f -

View File

@ -20,8 +20,7 @@ dependencies:
- name: redis
version: 9.5.0
repository: https://kubernetes-charts.storage.googleapis.com/
# If open-match-core.redis.enabled does not exists, use open-match-cpre.enabled to control the condition instead.
condition: open-match-core.redis.install, open-match-core.enabled
condition: open-match-core.redis.install
- name: open-match-telemetry
version: 0.0.0-dev
condition: open-match-telemetry.enabled