-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars-example.yml
38 lines (38 loc) · 1.07 KB
/
vars-example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
jobs:
- name: kubernetes
serial: true
plan:
- get: k0sctl
trigger: true
- set_pipeline: cluster
file: k0sctl/ci/pipeline.yml
team: kubernetes
vars:
email:
smtp:
host: <host.address>
port: "<email.host.port>" # string!
username: <secrets:email.username>
password: <secrets:email.password>
from: <email.address.from>
to: <email.address.tolist>
k0sctl:
config: <repos.k0s.config>
backup: <repos.k0s.backup>
cluster:
_key: <secrets:ssh_private_key>
gpg_pair: <secrets:your secret gpg key>
mail: <git_committer_mail>
name: <email_alert_subject>
flags:
no_telemetry: false
timer:
ping:
interval: 1h
backup:
location: Europe/London
weekdays:
- Monday
- Wednesday
- Friday
- Sunday