From dd14b54d3bc176101e19f86461b9c800b0c001ad Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 12 Feb 2026 11:02:36 +0100 Subject: [PATCH] Fix atuin server start command --- charts/atuin/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atuin/deploy.yaml b/charts/atuin/deploy.yaml index 9b786a3..33169da 100644 --- a/charts/atuin/deploy.yaml +++ b/charts/atuin/deploy.yaml @@ -8,7 +8,7 @@ spec: containers: - name: atuin image: ghcr.io/atuinsh/atuin:v18.12.0 - args: [server, start] + args: [start] ports: - name: http containerPort: 8888