Skip to content

Commit 1b8af12

Browse files
committed
COPLACSER-445: fix: remove hardcoded namespace in dynamically generated ExternalSecret
1 parent 60f57e4 commit 1b8af12

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)