Skip to content

Commit

Permalink
fix: use correct secret name for redis password
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Brand committed Apr 5, 2024
1 parent 9a59091 commit 3dabb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nautobot/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- else if .Values.redis.auth.existingSecret -}}
{{- .Values.redis.auth.existingSecret -}}
{{- else -}}
{{- printf "nautobot-redis" -}}
{{- printf "%s-redis" (include "common.names.fullname" .) -}}
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit 3dabb4a

Please sign in to comment.