Skip to content

Commit

Permalink
add metadata and template label to prune hourlies definition
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Jul 11, 2024
1 parent 5cc0384 commit e192206
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openshift/templates/prune_hourlies_cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
kind: "Template"
apiVersion: "template.openshift.io/v1"
metadata:
name: prune-hourlies-cronjob-template
annotations:
description: "Scheduled task to prune SFMS hourly data from the object store."
tags: "cronjob,sfms"
labels:
app.kubernetes.io/part-of: "${NAME}"
app: ${NAME}-${SUFFIX}
parameters:
- name: NAME
description: Module name
Expand Down

0 comments on commit e192206

Please sign in to comment.