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
This commit is contained in:
Stefan Prodan 2020-10-06 15:43:42 +03:00 committed by GitHub
commit 198303a163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ kind: GitRepository
metadata:
name: podinfo
spec:
interval: 1m
url: https://github.com/stefanprodan/podinfo
secretRef:
name: https-credentials
@ -269,6 +270,7 @@ kind: GitRepository
metadata:
name: podinfo
spec:
interval: 1m
url: ssh://git@github.com/stefanprodan/podinfo
secretRef:
name: ssh-credentials