Skip to content

Commit

Permalink
Bucket Notification - connect filename simplification (#1494)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Prinz Setter <[email protected]>
  • Loading branch information
alphaprinz authored Dec 19, 2024
1 parent 1fd00fb commit 84fd834
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 84fd834

Please sign in to comment.