mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed master using worker resources definition (#19076)
Signed-off-by: Daniel Nordstrøm Carlsen <daniel.n.carlsen@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cf188f69a2
commit
e5dee616c9
@@ -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
|
||||
|
||||
@@ -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 "-" "_" }}
|
||||
|
||||
Reference in New Issue
Block a user