fix(kanidm): wrong hyphen lol

This commit is contained in:
JJGadgets
2024-02-09 14:46:12 +08:00
parent 36d6707d8f
commit 7aabf2ee54

View File

@@ -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: