Skip to content

Commit

Permalink
Merge pull request #53 from terjesannum/configurable-component-name
Browse files Browse the repository at this point in the history
Configurable component name in helm chart
  • Loading branch information
jchanam authored Jun 29, 2018
2 parents 0b73535 + d1e770e commit 7805d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redisoperator
version: 2.0.0
version: 2.1.0
2 changes: 1 addition & 1 deletion charts/redisoperator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: {{ include "name" . | quote }}
{{- end }}
containers:
- name: app
- name: "{{ .Values.containerName }}"
image: {{ include "image" . | quote }}
imagePullPolicy: {{ .Values.pullPolicy }}
resources:
Expand Down
1 change: 1 addition & 0 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ image: quay.io/spotahome/redis-operator
tag: latest
pullPolicy: Always
team: devops
containerName: redisoperator
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 7805d54

Please sign in to comment.