From e5dee616c93db78555627badf0aef415c9848e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Nordstr=C3=B8m=20Carlsen?= Date: Mon, 25 Nov 2019 16:53:58 +0100 Subject: [PATCH] Fixed master using worker resources definition (#19076) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Nordstrøm Carlsen --- stable/locust/Chart.yaml | 2 +- stable/locust/templates/master-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/locust/Chart.yaml b/stable/locust/Chart.yaml index 35245cdcf1..2e5d9417cf 100644 --- a/stable/locust/Chart.yaml +++ b/stable/locust/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: locust description: A modern load testing framework -version: 1.1.2 +version: 1.1.3 appVersion: 0.9.0 maintainers: - name: haugene diff --git a/stable/locust/templates/master-deploy.yaml b/stable/locust/templates/master-deploy.yaml index 98e2aa6d56..b22269e8dd 100644 --- a/stable/locust/templates/master-deploy.yaml +++ b/stable/locust/templates/master-deploy.yaml @@ -31,7 +31,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} resources: -{{ toYaml .Values.worker.resources | indent 10 }} +{{ toYaml .Values.master.resources | indent 10 }} env: {{- range $key, $value := .Values.master.config }} - name: {{ $key | upper | replace "-" "_" }}