Skip to content

Commit

Permalink
Change default Secret name to not rely on Bitnami (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlee authored Apr 18, 2024
1 parent fc24d7a commit 1cce47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secret-smtp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%s-smtp" (include "common.names.fullname" .) }}
name: {{ printf "%s-smtp" (include "mastodon.fullname" .) }}
labels:
{{- include "mastodon.labels" . | nindent 4 }}
type: Opaque
Expand Down

0 comments on commit 1cce47b

Please sign in to comment.