mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-07-07 03:44:38 +00:00
Add ability to provide annotations to the jobs.
This commit is contained in:
@@ -75,6 +75,10 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
jobAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
maxConcurrentJobs:
|
||||
type: integer
|
||||
name:
|
||||
|
||||
@@ -77,6 +77,10 @@ spec:
|
||||
type: string
|
||||
imageNamespace:
|
||||
type: string
|
||||
jobAnnotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
sha:
|
||||
type: string
|
||||
storage:
|
||||
|
||||
Reference in New Issue
Block a user