Skip to content

Commit

Permalink
Fixed master using worker resources definition (helm#19076)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nordstrøm Carlsen <daniel.n.carlsen@gmail.com>
  • Loading branch information
dan1el authored and k8s-ci-robot committed Nov 25, 2019
1 parent cf188f6 commit e5dee61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion stable/locust/templates/master-deploy.yaml
Expand Up @@ -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 "-" "_" }}
Expand Down

0 comments on commit e5dee61

Please sign in to comment.