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:
|
args:
|
||||||
- --repo=https://github.com/kubernetes/git-sync
|
- --repo=https://github.com/kubernetes/git-sync
|
||||||
- --depth=1
|
- --depth=1
|
||||||
- --period=60
|
- --period=60s
|
||||||
- --link=current
|
- --link=current
|
||||||
- --root=/git
|
- --root=/git
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue