Add podinfo Git Repo
This commit is contained in:
parent
4a9a343422
commit
ea3f44e19a
12
flux/cluster/base/podinfo-source.yaml
Normal file
12
flux/cluster/base/podinfo-source.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: podinfo
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 30s
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
url: https://github.com/stefanprodan/podinfo
|
||||||
|
|
Loading…
Reference in a new issue