Skip to content

Commit

Permalink
Fix the redis secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ubajze committed Apr 24, 2024
1 parent 8c037c0 commit 939b634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/nautobot/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,10 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- .Values.nautobot.redis.existingSecret -}}
{{- else if .Values.redis.auth.existingSecret -}}
{{- .Values.redis.auth.existingSecret -}}
{{- else if .Values.redis.nameOverride -}}
{{- printf "%s-%s" .Release.Name .Values.redis.nameOverride -}}
{{- else -}}
{{- printf "nautobot-redis" -}}
{{- printf "%s-redis" .Release.Name -}}
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit 939b634

Please sign in to comment.