remove registration

This commit is contained in:
2024-05-26 15:28:21 -05:00
parent a8b3615f2f
commit a8bbc84740
4 changed files with 1 additions and 45 deletions

View File

@@ -62,19 +62,12 @@ spec:
mountPath: /data/config.yaml
subPath: config.yaml
readOnly: true
- name: registration
mountPath: /data/registration.yaml
subPath: registration.yaml
readOnly: true
- name: data
mountPath: /data
volumes:
- name: config
secret:
secretName: {{ template "mautrix-discord.secretName" . }}
- name: registration
secret:
secretName: {{ template "mautrix-discord.registrationSecretName" . }}
- name: data
{{- if .Values.persistence.enabled }}
persistentVolumeClaim: