Skip to content

Commit eb62fbc

Browse files
Supporterinodrivebyer
authored andcommitted
fix: 🐛 inconform CRD
1 parent 566db6f commit eb62fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/redis/templates/redis-standalone.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
securityContext: {{ toYaml .Values.redisExporter.securityContext | nindent 6 }}
4545
{{- end }}
4646

47+
{{- if (or .Values.externalConfig.enabled .Values.redisStandalone.maxMemoryPercentOfLimit) }}
4748
redisConfig:
4849
{{- if .Values.externalConfig.enabled }}
4950
additionalRedisConfig: "{{ .Values.redisStandalone.name | default .Release.Name }}-ext-config"

0 commit comments

Comments
 (0)