Merge pull request #862 from jmichalek132/patch-1
chore: fix missing unit duration in the k8s example
This commit is contained in:
commit
33e781eae4
|
|
@ -39,7 +39,7 @@ spec:
|
|||
args:
|
||||
- --repo=https://github.com/kubernetes/git-sync
|
||||
- --depth=1
|
||||
- --period=60
|
||||
- --period=60s
|
||||
- --link=current
|
||||
- --root=/git
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Reference in New Issue