Skip to content

Commit

Permalink
fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 27, 2024
1 parent f5639ca commit 02a24a8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ spec:
spec:
template:
metadata:
{{ if .Values.postgresql.logicalBackup.annotations }}
annotations:
iam.amazonaws.com/role: arn:aws:iam::438423213058:role/k8s-zalando-operator-staging
{{ toYaml (.Values.postgresql.logicalBackup.annotations) | indent 10 }}
{{- end }}
spec:
containers:
- name: logical-backup
Expand Down

0 comments on commit 02a24a8

Please sign in to comment.