mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
14 lines
254 B
Text
14 lines
254 B
Text
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: podinfo
|
|
namespace: default
|
|
spec:
|
|
ignore: |-
|
|
.cosign
|
|
non-existent-dir/
|
|
interval: 1m0s
|
|
ref:
|
|
branch: master
|
|
url: https://github.com/stefanprodan/podinfo
|