Skip to content

Commit

Permalink
Merge pull request #5 from flownative/bugfix/maxmemory-setting
Browse files Browse the repository at this point in the history
Fix variable name used for maxmemory propagation
  • Loading branch information
robertlemke authored May 13, 2022
2 parents 8a3a998 + 1743379 commit d4ec0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helm/redis/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: REDIS_PASSWORD
value: "{{ .Values.redis.password}}"
{{- end}}
- name: REDIS_MAX_MEMORY
- name: REDIS_MAXMEMORY
value: "{{ .Values.redis.maxMemory }}"
- name: REDIS_MAXMEMORY_POLICY
value: "{{ .Values.redis.maxMemoryPolicy }}"
Expand Down

0 comments on commit d4ec0d4

Please sign in to comment.