adjustments to layout
All checks were successful
renovate / renovate (push) Successful in 23s
lint-and-test / lint-helm (push) Successful in 10s
release-charts-redis-replication / release (push) Successful in 15s
lint-and-test / chart-testing (push) Successful in 20s

This commit is contained in:
2025-12-15 00:13:45 -06:00
parent 510c575424
commit d4eeea5c99
4 changed files with 12 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ spec:
podSecurityContext:
{{- with .Values.redisReplication.podSecurityContext }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 4 }}
{{ end }}
kubernetesConfig:
@@ -19,7 +19,7 @@ spec:
imagePullPolicy: {{ .Values.redisReplication.image.pullPolicy }}
resources:
{{- with .Values.redisReplication.resources }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 6 }}
{{ end }}
{{ if .Values.existingSecret.enabled }}
@@ -31,7 +31,7 @@ spec:
storage:
volumeClaimTemplate:
{{- with .Values.redisReplication.volumeClaimTemplate }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 6 }}
{{ end }}
redisExporter: