change app label for logical backup pod (#621)

* change app label for logical backup pod
This commit is contained in:
Felix Kunde 2019-07-23 15:43:07 +02:00 committed by GitHub
parent 16ac0794ad
commit 1d45a6aec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ func (c *Cluster) generateLogicalBackupJob() (*batchv1beta1.CronJob, error) {
// re-use the method that generates DB pod templates // re-use the method that generates DB pod templates
if podTemplate, err = generatePodTemplate( if podTemplate, err = generatePodTemplate(
c.Namespace, c.Namespace,
c.labelsSet(true), labels,
logicalBackupContainer, logicalBackupContainer,
[]v1.Container{}, []v1.Container{},
[]v1.Container{}, []v1.Container{},