helm-charts/charts/library/common-test/ci/cronjob-values.yaml
2024-03-10 16:08:43 +00: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