Skip to content

Commit 5beb19e

Browse files
committed
Merge branch 'develop' of github.com:EOEPCA/application-hub-context into develop
2 parents 07c63d8 + 1b8af12 commit 5beb19e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application_hub_context/app_hub_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def apply_manifest(self, manifest):
587587
# Define the ExternalSecret details
588588
group = "external-secrets.io"
589589
version = "v1beta1"
590-
namespace = f"jupyter-{self.spawner.user.name}"
590+
namespace = self.namespace
591591
plural = "externalsecrets"
592592

593593
self.custom_objects_api.create_namespaced_custom_object(

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker_image_name: eoepca/application-hub
2-
docker_image_version: 1.4.0
2+
docker_image_version: 1.4.1

0 commit comments

Comments
 (0)