correct env vars and labels
This commit is contained in:
		| @@ -4,10 +4,10 @@ metadata: | ||||
|   name: octodns-cronjob | ||||
| spec: | ||||
|   schedule: "0 */2 * * *" | ||||
|   successfulJobsHistoryLimit: 1 | ||||
|   failedJobsHistoryLimit: 1 | ||||
|   jobTemplate: | ||||
|     spec: | ||||
|       successfulJobsHistoryLimit: 1 | ||||
|       failedJobsHistoryLimit: 1 | ||||
|       backoffLimit: 1 | ||||
|  | ||||
|       template: | ||||
| @@ -32,11 +32,11 @@ spec: | ||||
|                     secretKeyRef: | ||||
|                       name: cloudflare-api | ||||
|                       key: CLOUDFLARE_ACCOUNT_ID | ||||
|                 - name: CLOUDFLARE_API_TOKEN | ||||
|                 - name: CLOUDFLARE_TOKEN | ||||
|                   valueFrom: | ||||
|                     secretKeyRef: | ||||
|                       name: cloudflare-api | ||||
|                       key: CLOUDFLARE_API_TOKEN | ||||
|                       key: CLOUDFLARE_TOKEN | ||||
|                 - name: CLOUDFLARE_EMAIL | ||||
|                   valueFrom: | ||||
|                     secretKeyRef: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user