mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
Change default Secret name to not rely on Bitnami (#82)
This commit is contained in:
parent
fc24d7a259
commit
1cce47b250
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ printf "%s-smtp" (include "common.names.fullname" .) }}
|
name: {{ printf "%s-smtp" (include "mastodon.fullname" .) }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "mastodon.labels" . | nindent 4 }}
|
{{- include "mastodon.labels" . | nindent 4 }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
|
|
Loading…
Reference in New Issue
Block a user