Skip to content

Commit

Permalink
Testing...
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jul 12, 2024
1 parent ce28c33 commit 5e7df2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/operator/vttablet/vtbackup_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ func NewBackupPod(key client.ObjectKey, backupSpec *BackupSpec, mysqldImage stri
MountPath: sslCertsPath,
SubPath: "certs",
},
{
Name: vtRootVolumeName,
ReadOnly: true,
MountPath: vtBinPath,
SubPath: "bin",
},
}
volumeMounts = append(volumeMounts, mysqldVolumeMounts.Get(tabletSpec)...)
volumeMounts = append(volumeMounts, tabletVolumeMounts.Get(tabletSpec)...)
Expand Down

0 comments on commit 5e7df2b

Please sign in to comment.