ci: adjust the beta cluster configuration

This commit is contained in:
LongYinan
2023-11-10 00:22:45 +08:00
parent 075eead9fa
commit 927a6489f9
4 changed files with 11 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ spec:
value: "{{ .Values.app.objectStorage.r2.enabled }}"
- name: ENABLE_CAPTCHA
value: "{{ .Values.app.captcha.enabled }}"
- name: FEATURES_EARLY_ACCESS_PREVIEW
value: "{{ .Values.app.features.earlyAccessPreview }}"
- name: OAUTH_EMAIL_SENDER
valueFrom:
secretKeyRef:

View File

@@ -58,6 +58,8 @@ app:
secretName: 'stripe'
apiKey: ''
webhookKey: ''
features:
earlyAccessPreview: false
serviceAccount:
create: true