File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ gen-olm: gen
149
149
. $(VENV ) /bin/activate && \
150
150
pip3 install --upgrade pip && \
151
151
pip3 install operator-courier==2.1.11 && \
152
+ pip3 install setuptools && \
152
153
operator-courier --verbose verify --ui_validate_io $(OLM )
153
154
docker build -t $(CATALOG_IMAGE ) -f build/catalog-source.Dockerfile .
154
155
@echo " ✅ gen-olm"
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ func (r *Reconciler) SetDesiredCoreApp() error {
568
568
for _ , notifSecret := range r .NooBaa .Spec .BucketNotifications .Connections {
569
569
secretVolumeMounts := []corev1.VolumeMount {{
570
570
Name : notifSecret .Name ,
571
- MountPath : "/etc/notif_connect/" ,
571
+ MountPath : "/etc/notif_connect/" + notifSecret . Name ,
572
572
ReadOnly : true ,
573
573
}}
574
574
util .MergeVolumeMountList (& c .VolumeMounts , & secretVolumeMounts )
You can’t perform that action at this time.
0 commit comments