Compare commits

..

1 Commits

Author SHA1 Message Date
52f92b37b4
add helm chart 2022-06-07 20:35:19 +02:00
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
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:
name: {{ .Release.Name }}-token
data:
TELEGRAM_BOT_TOKEN: {{ .Values.app.token | b64enc }}
TELEGRAM_BOT_TOKEN: {{ .Values.app.token }}