From 2f223c23b6b53bf42821acf6ac087428d8e27c66 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Mon, 20 Nov 2023 17:00:46 +0100 Subject: [PATCH] apply s3 rse secrets to servers --- infrastructure/cluster/flux/rucio-dev/rucio-dev-servers.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/cluster/flux/rucio-dev/rucio-dev-servers.yaml b/infrastructure/cluster/flux/rucio-dev/rucio-dev-servers.yaml index b3eaa89..aa2e427 100644 --- a/infrastructure/cluster/flux/rucio-dev/rucio-dev-servers.yaml +++ b/infrastructure/cluster/flux/rucio-dev/rucio-dev-servers.yaml @@ -35,6 +35,9 @@ spec: - secretName: server-cafile mountPath: /etc/grid-security/ca.pem subPath: ca.pem + - secretName: rse-account + mountPath: /opt/rucio/etc/rse-accounts.cfg + subPath: rse-accounts.cfg additionalEnvs: # # **KIKE**: This is gonna be a pain in the ass.