helm-charts/charts/library/common/test-chart/ci/cronjob-values.yaml
Bernd Schorgers 433f6d132b
feat(common): Release common library 3.7.1 (#383)
Co-authored-by: Aisling McGinn <me@aisling.dev>
2025-02-11 13:23:27 +01:00

20 lines
392 B
YAML

---
# yaml-language-server: $schema=../../common/values.schema.json
controllers:
main:
type: cronjob
cronjob:
timeZone: UTC
schedule: "*/20 * * * *"
containers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 31
pullPolicy: IfNotPresent
configMaps:
config:
enabled: true
data:
test: value 1