We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd00fb commit 84fd834Copy full SHA for 84fd834
pkg/system/phase2_creating.go
@@ -568,7 +568,7 @@ func (r *Reconciler) SetDesiredCoreApp() error {
568
for _, notifSecret := range r.NooBaa.Spec.BucketNotifications.Connections {
569
secretVolumeMounts := []corev1.VolumeMount{{
570
Name: notifSecret.Name,
571
- MountPath: "/etc/notif_connect/" + notifSecret.Name,
+ MountPath: "/etc/notif_connect/",
572
ReadOnly: true,
573
}}
574
util.MergeVolumeMountList(&c.VolumeMounts, &secretVolumeMounts)
0 commit comments