From 290687d7acc5de3a2135f5d9b56406f3d0305cb1 Mon Sep 17 00:00:00 2001 From: Matt Richerson Date: Mon, 18 Dec 2023 11:17:35 -0600 Subject: [PATCH] Use clientmountd in nnf-sos clientmountd moved from dws to nnf-sos. Update the daemons.conf file to point to the new repo and use the correct service account. Signed-off-by: Matt Richerson --- config/daemons.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/daemons.yaml b/config/daemons.yaml index b7aceb8a..2de19138 100644 --- a/config/daemons.yaml +++ b/config/daemons.yaml @@ -17,8 +17,8 @@ daemons: bin: clientmountd buildCmd: make build-daemon path: bin/ - repository: dws + repository: nnf-sos skipNnfNodeName: true serviceAccount: - name: dws-clientmount - namespace: dws-system + name: nnf-clientmount + namespace: nnf-system