15 lines
251 B
YAML
15 lines
251 B
YAML
configuration:
|
|
blockingPodSelector:
|
|
- io.drone=true
|
|
|
|
timeZone: Europe/Amsterdam
|
|
startTime: 02:00
|
|
endTime: 04:30
|
|
|
|
extraEnvVars:
|
|
- name: KURED_NOTIFY_URL
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: kured-secret
|
|
key: notifyUrl
|