Skip to content

Commit

Permalink
Merge pull request #1499 from alphaprinz/5.18
Browse files Browse the repository at this point in the history
BACKPORT Bucket Notification - connect filename simplification (#1494)
  • Loading branch information
liranmauda authored Dec 22, 2024
2 parents ef7e72d + 58a2979 commit adab018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/system/phase2_creating.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ func (r *Reconciler) SetDesiredCoreApp() error {
for _, notifSecret := range r.NooBaa.Spec.BucketNotifications.Connections {
secretVolumeMounts := []corev1.VolumeMount{{
Name: notifSecret.Name,
MountPath: "/etc/notif_connect/" + notifSecret.Name,
MountPath: "/etc/notif_connect/",
ReadOnly: true,
}}
util.MergeVolumeMountList(&c.VolumeMounts, &secretVolumeMounts)
Expand Down

0 comments on commit adab018

Please sign in to comment.