Skip to content

Commit

Permalink
added updated ism policy CRD to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Jun 7, 2024
1 parent bd989e2 commit be0d1d2
Showing 1 changed file with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,26 @@ spec:
description: The cron job that triggers the transition
if no other transition happens first.
properties:
expression:
description: The cron expression that triggers
the transition.
type: string
timezone:
description: The timezone that triggers the transition.
type: string
cron:
description: A wrapper for the cron job that triggers
the transition if no other transition happens
first. This wrapper is here to adhere to the
OpenSearch API.
properties:
expression:
description: The cron expression that triggers
the transition.
type: string
timezone:
description: The timezone that triggers the
transition.
type: string
required:
- expression
- timezone
type: object
required:
- expression
- timezone
- cron
type: object
minDocCount:
description: The minimum document count of the index
Expand Down

0 comments on commit be0d1d2

Please sign in to comment.