Skip to content

Commit 198303a

Browse files
authored
Merge pull request #164 from yiannistri/docs/add-interval
Add interval to a couple of examples in docs as it's now a required field
2 parents 20161ce + 1707898 commit 198303a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/spec/v1beta1/gitrepositories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ kind: GitRepository
242242
metadata:
243243
name: podinfo
244244
spec:
245+
interval: 1m
245246
url: https://github.com/stefanprodan/podinfo
246247
secretRef:
247248
name: https-credentials
@@ -269,6 +270,7 @@ kind: GitRepository
269270
metadata:
270271
name: podinfo
271272
spec:
273+
interval: 1m
272274
url: ssh://[email protected]/stefanprodan/podinfo
273275
secretRef:
274276
name: ssh-credentials

0 commit comments

Comments
 (0)