mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 17:34:59 +00:00
9 lines
236 B
YAML
9 lines
236 B
YAML
# Set the reconcile period
|
|
---
|
|
apiVersion: batch/v1beta1
|
|
kind: CronJob
|
|
metadata:
|
|
name: credentials-sync
|
|
namespace: flux-system
|
|
spec:
|
|
schedule: 0,30 * * * * # 30m interval -- GCR tokens expire every hour; refresh faster than that
|