From 416ff3e8a7e9c7fcf143989e5515ab29d7e1f96f Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:21:15 -0500 Subject: [PATCH] deploy(irc): use simple RPC username --- apps-gx10/irc/irc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps-gx10/irc/irc.yaml b/apps-gx10/irc/irc.yaml index 93e79b5..dc2b40c 100644 --- a/apps-gx10/irc/irc.yaml +++ b/apps-gx10/irc/irc.yaml @@ -666,7 +666,7 @@ data: class opers; } - rpc-user flowercore-readonly { + rpc-user flowercorereadonly { match { ip 10.*; } password "__RPC_PASSWORD__"; rpc-class readonly; @@ -1021,7 +1021,7 @@ spec: labels: app: unrealircd annotations: - flowercore.io/config-revision: "irc-r1-rpc-internal-match-20260619" + flowercore.io/config-revision: "irc-r1-rpc-simple-user-20260619" spec: initContainers: - name: inject-credentials @@ -1458,7 +1458,7 @@ spec: - name: FlowerCore__IRC__ServerManagement__RpcPath value: "/api" - name: FlowerCore__IRC__ServerManagement__RpcUsername - value: "flowercore-readonly" + value: "flowercorereadonly" - name: FlowerCore__IRC__ServerManagement__RpcPassword valueFrom: secretKeyRef: