Skip to content

Commit

Permalink
fix(redis-replication): fixes identation error for external config
Browse files Browse the repository at this point in the history
  • Loading branch information
vramperez committed Apr 24, 2024
1 parent a9c8caf commit 09f3dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/redis-replication/templates/redis-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ spec:
{{- end }}

{{- if .Values.externalConfig.enabled }}
redisConfig:
additionalRedisConfig: "{{ .Values.redisReplication.name | default .Release.Name }}-ext-config"
redisConfig:
additionalRedisConfig: "{{ .Values.redisReplication.name | default .Release.Name }}-ext-config"
{{- end }}
{{- if .Values.storageSpec }}
storage: {{ toYaml .Values.storageSpec | nindent 4 }}
Expand Down

0 comments on commit 09f3dfa

Please sign in to comment.