leetbot/chart/templates/secret.yml
Andreas Larsen 787988d9c8
All checks were successful
continuous-integration/drone/push Build is passing
update persistence
2022-07-30 13:21:13 +02:00

8 lines
173 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-token
data:
TELEGRAM_BOT_TOKEN: {{ .Values.app.token | b64enc }}
DB_URL: {{ .Values.app.db | b64enc }}