pass additionalSecretMount to logical backup pod

This commit is contained in:
Felix Kunde 2019-11-11 18:22:54 +01:00
parent 535517cd1b
commit 5b9c3d44e2
1 changed files with 4 additions and 4 deletions

View File

@ -1508,8 +1508,8 @@ func (c *Cluster) generateLogicalBackupJob() (*batchv1beta1.CronJob, error) {
util.False(), util.False(),
false, false,
"", "",
"", c.OpConfig.AdditionalSecretMount,
""); err != nil { c.OpConfig.AdditionalSecretMountPath); err != nil {
return nil, fmt.Errorf("could not generate pod template for logical backup pod: %v", err) return nil, fmt.Errorf("could not generate pod template for logical backup pod: %v", err)
} }