Skip to content

Commit

Permalink
add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 27, 2024
1 parent 3a0e035 commit f1307e6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: postgres-logical-backup
annotations:
iam.amazonaws.com/role: arn:aws:iam::438423213058:role/k8s-zalando-operator-staging
spec:
concurrencyPolicy: Forbid
failedJobsHistoryLimit: 1
Expand All @@ -14,6 +12,9 @@ spec:
jobTemplate:
spec:
template:
metadata:
annotations:
iam.amazonaws.com/role: arn:aws:iam::438423213058:role/k8s-zalando-operator-staging
spec:
containers:
- name: logical-backup
Expand Down

0 comments on commit f1307e6

Please sign in to comment.