From 68e88c13f0956903e053378721e52344638b7dfd Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 28 May 2024 18:26:14 +0200 Subject: [PATCH] add rucio and jhub namespaces --- .../cluster/flux/jhub-dev/jhub-dev-namespace.yaml | 6 ++++++ .../cluster/flux/rucio-dev/rucio-dev-namespace.yaml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 infrastructure/cluster/flux/jhub-dev/jhub-dev-namespace.yaml create mode 100644 infrastructure/cluster/flux/rucio-dev/rucio-dev-namespace.yaml diff --git a/infrastructure/cluster/flux/jhub-dev/jhub-dev-namespace.yaml b/infrastructure/cluster/flux/jhub-dev/jhub-dev-namespace.yaml new file mode 100644 index 0000000..c6b4216 --- /dev/null +++ b/infrastructure/cluster/flux/jhub-dev/jhub-dev-namespace.yaml @@ -0,0 +1,6 @@ +kind: Namespace +apiVersion: v1 +metadata: + name: jhub-dev + labels: + name: jhub-dev diff --git a/infrastructure/cluster/flux/rucio-dev/rucio-dev-namespace.yaml b/infrastructure/cluster/flux/rucio-dev/rucio-dev-namespace.yaml new file mode 100644 index 0000000..976ffca --- /dev/null +++ b/infrastructure/cluster/flux/rucio-dev/rucio-dev-namespace.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + labels: + name: rucio-dev + name: rucio-dev \ No newline at end of file