Compare commits

..

2 Commits

Author SHA1 Message Date
c30bb9c969
add drone ci file
Some checks failed
continuous-integration/drone Build is failing
2022-06-08 23:05:04 +02:00
b4f5d522be
add helm chart 2022-06-08 23:04:53 +02:00
2 changed files with 11 additions and 1 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world

View File

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