mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 08:21:46 +03:00
ci: fix canary deployment (#5851)
This commit is contained in:
parent
3fe9d834de
commit
d2bf1451fa
13
.github/helm/affine/charts/graphql/templates/mailer.yaml
vendored
Normal file
13
.github/helm/affine/charts/graphql/templates/mailer.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{{- if .Values.app.mailer.secretName -}}
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: "{{ .Values.app.mailer.secretName }}"
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
|
host: "{{ .Values.app.mailer.host | b64enc }}"
|
||||||
|
port: "{{ .Values.app.mailer.port | b64enc }}"
|
||||||
|
user: "{{ .Values.app.mailer.user | b64enc }}"
|
||||||
|
password: "{{ .Values.app.mailer.password | b64enc }}"
|
||||||
|
sender: "{{ .Values.app.mailer.sender | b64enc }}"
|
||||||
|
{{- end }}
|
@ -1,15 +1,3 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: "{{ .Values.app.oauth.email.secretName }}"
|
|
||||||
type: Opaque
|
|
||||||
data:
|
|
||||||
sender: "{{ .Values.app.oauth.email.sender | b64enc }}"
|
|
||||||
login: "{{ .Values.app.oauth.email.login | b64enc }}"
|
|
||||||
password: "{{ .Values.app.oauth.email.password | b64enc }}"
|
|
||||||
server: "{{ .Values.app.oauth.email.server | b64enc }}"
|
|
||||||
port: "{{ .Values.app.oauth.email.port | b64enc }}"
|
|
||||||
---
|
|
||||||
{{- if .Values.app.oauth.google.enabled -}}
|
{{- if .Values.app.oauth.google.enabled -}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
Loading…
Reference in New Issue
Block a user