We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eaa2d commit 9e7adf2Copy full SHA for 9e7adf2
charts/redis/templates/redis-standalone.yaml
@@ -44,6 +44,7 @@ spec:
44
securityContext: {{ toYaml .Values.redisExporter.securityContext | nindent 6 }}
45
{{- end }}
46
47
+ {{- if (or .Values.externalConfig.enabled .Values.redisStandalone.maxMemoryPercentOfLimit) }}
48
redisConfig:
49
{{- if .Values.externalConfig.enabled }}
50
additionalRedisConfig: "{{ .Values.redisStandalone.name | default .Release.Name }}-ext-config"
0 commit comments