Compare commits
2 Commits
52f92b37b4
...
c30bb9c969
| Author | SHA1 | Date | |
|---|---|---|---|
| c30bb9c969 | |||
| b4f5d522be |
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
@ -3,4 +3,4 @@ kind: Secret
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-token
|
||||
data:
|
||||
TELEGRAM_BOT_TOKEN: {{ .Values.app.token }}
|
||||
TELEGRAM_BOT_TOKEN: {{ .Values.app.token | b64enc }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user