learn-helm/temperature-cronjob/values.yaml
2024-09-24 21:29:27 -05:00

10 lines
217 B
YAML

# values.yaml
image:
repository: python
tag: "fails-to-pull"
pullPolicy: IfNotPresent
schedule: "*/1 * * * *" # Every minute
city: "Dunlap, US"
apiKey: "your_api_key"
mountPath: "/data"
hostPath: "/sqlite-data"