Skip to content

Commit 1d45a6a

Browse files
authored
change app label for logical backup pod (zalando#621)
* change app label for logical backup pod
1 parent 16ac079 commit 1d45a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/k8sres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ func (c *Cluster) generateLogicalBackupJob() (*batchv1beta1.CronJob, error) {
14651465
// re-use the method that generates DB pod templates
14661466
if podTemplate, err = generatePodTemplate(
14671467
c.Namespace,
1468-
c.labelsSet(true),
1468+
labels,
14691469
logicalBackupContainer,
14701470
[]v1.Container{},
14711471
[]v1.Container{},

0 commit comments

Comments
 (0)