Skip to content

Commit

Permalink
Ignore migration jobs (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 24, 2024
1 parent 578c04b commit 946e6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.8
version: 0.10.98
version: 0.10.99
dependencies:
- name: hydra
version: 0.26.5
Expand Down
4 changes: 4 additions & 0 deletions plural/helm/plural/templates/migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "plural.migration-name" . }}
annotations:
platform.plural.sh/ignore: 'true'
spec:
template:
spec:
Expand Down Expand Up @@ -84,6 +86,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: hydra-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
annotations:
platform.plural.sh/ignore: 'true'
spec:
backoffLimit: 10
template:
Expand Down

0 comments on commit 946e6b0

Please sign in to comment.