Skip to content

Commit 84fd834

Browse files
authored
Bucket Notification - connect filename simplification (#1494)
Signed-off-by: Amit Prinz Setter <[email protected]>
1 parent 1fd00fb commit 84fd834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/system/phase2_creating.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func (r *Reconciler) SetDesiredCoreApp() error {
568568
for _, notifSecret := range r.NooBaa.Spec.BucketNotifications.Connections {
569569
secretVolumeMounts := []corev1.VolumeMount{{
570570
Name: notifSecret.Name,
571-
MountPath: "/etc/notif_connect/" + notifSecret.Name,
571+
MountPath: "/etc/notif_connect/",
572572
ReadOnly: true,
573573
}}
574574
util.MergeVolumeMountList(&c.VolumeMounts, &secretVolumeMounts)

0 commit comments

Comments
 (0)