Skip to content

Commit

Permalink
Adding custom annotations to logical backup job pod
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejshapal committed Oct 21, 2023
1 parent 81a1081 commit 6865bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/k8sres.go
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ func (c *Cluster) generateLogicalBackupJob() (*batchv1.CronJob, error) {
if podTemplate, err = c.generatePodTemplate(
c.Namespace,
labels,
annotations,
c.annotationsSet(annotations),
logicalBackupContainer,
[]v1.Container{},
[]v1.Container{},
Expand Down

0 comments on commit 6865bf5

Please sign in to comment.