Skip to content

Commit

Permalink
fix: notes annotations throw job skip from argocd sync (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored Feb 23, 2024
1 parent cab4205 commit 1d14cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drydock/templates/drydock/k8s/drydock-jobs/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kind: Job
metadata:
name: drydock-notes-job
labels:
app.kubernetes.io/component: job
drydock.io/component: job
drydock.io/target-service: notes
drydock.io/runner-service: notes
annotations:
Expand Down Expand Up @@ -66,7 +66,7 @@ kind: Job
metadata:
name: drydock-notes-job-lms
labels:
app.kubernetes.io/component: job
drydock.io/component: job
drydock.io/target-service: notes
drydock.io/runner-service: lms
annotations:
Expand Down

1 comment on commit 1d14cc1

@johanseto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks this is very helpfull =)

Please sign in to comment.