helm-charts/charts/library/common/test-chart/ci/cronjob-values.yaml
Bernd Schorgers a01a89cb13
feat(common): Release common 4.0.0 (#398)
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
2025-05-16 08:55:14 +02:00

20 lines
395 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