update persistence
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
andreas 2022-07-30 13:21:13 +02:00
parent 5ac12eb97b
commit 787988d9c8
Signed by: andreas
GPG Key ID: D97194E55873280A
2 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,4 @@ metadata:
name: {{ .Release.Name }}-token name: {{ .Release.Name }}-token
data: data:
TELEGRAM_BOT_TOKEN: {{ .Values.app.token | b64enc }} TELEGRAM_BOT_TOKEN: {{ .Values.app.token | b64enc }}
DB_URL: {{ .Values.app.db | b64enc }}

View File

@ -3,6 +3,7 @@ image:
app: app:
token: blabla token: blabla
db: sqlite:leet.db
tz: Europe/Oslo tz: Europe/Oslo
storage: storage: