fix: make ISM policu apply to default indicies, latest CI module

This commit is contained in:
Stefan Reimer 2024-06-27 15:14:02 +00:00
parent a9e5f22942
commit e140869106
2 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,7 @@ jenkins:
agent:
image:
repository: public.ecr.aws/zero-downtime/jenkins-podman
tag: v0.5.1
tag: v0.6.0
#alwaysPullImage: true
podRetention: "Default"
showRawYaml: false

View File

@ -31,4 +31,8 @@ spec:
- name: delete
actions:
- delete: {}
ismTemplate:
indexPatterns:
- "logstash-*"
- "jaeger-*"
{{- end }}