3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 10:52:44 +00:00

Change default Secret name to not rely on Bitnami (#82)

This commit is contained in:
Jeremiah Lee 2024-04-18 15:42:06 +02:00 committed by GitHub
parent fc24d7a259
commit 1cce47b250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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