From 0afb5a27af05202a4789b459e6d91072489dc333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Thu, 8 Feb 2024 15:19:11 +0100 Subject: [PATCH] chore: fix missing unit duration in the k8s example --- docs/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index a2a0ff9..15633fe 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -39,7 +39,7 @@ spec: args: - --repo=https://github.com/kubernetes/git-sync - --depth=1 - - --period=60 + - --period=60s - --link=current - --root=/git volumeMounts: