From 7aabf2ee547da6e26bc809f8d5813a904a07aa80 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 9 Feb 2024 14:46:12 +0800 Subject: [PATCH] fix(kanidm): wrong hyphen lol --- kube/deploy/apps/kanidm/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/kanidm/app/hr.yaml b/kube/deploy/apps/kanidm/app/hr.yaml index 87ecd3fd..a5fb47e7 100644 --- a/kube/deploy/apps/kanidm/app/hr.yaml +++ b/kube/deploy/apps/kanidm/app/hr.yaml @@ -47,7 +47,7 @@ spec: command: - /bin/sh - -c - - "[ -s /data/kanidm.db ] || /sbin/kanidmd recover_account -c /data/server.toml admin" + - "[ -s /data/kanidm.db ] || /sbin/kanidmd recover-account -c /data/server.toml admin" image: *img securityContext: *sc resources: