mail and valkey secrets now use helm chart name in names
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: pixelfed-valkey
|
||||
name: {{ include "pixelfed.fullname" . }}-valkey
|
||||
data:
|
||||
host: {{ .Values.externalValkey.host | b64enc }}
|
||||
port: {{ .Values.externalValkey.port | quote | b64enc }}
|
||||
|
||||
Reference in New Issue
Block a user