Add sources for git and upgrades
This commit is contained in:
parent
ec0a21e568
commit
8dfe892bd1
12
applications/gitea/gitea-source.yaml
Normal file
12
applications/gitea/gitea-source.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: gitea
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 3m0s
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
url: https://github.com/thejimnicholson/gitea
|
||||||
|
|
||||||
12
applications/system-upgrade-controller/source.yaml
Normal file
12
applications/system-upgrade-controller/source.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: system-upgrade-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 3m0s
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
url: https://github.com/rancher/system-upgrade-controller/blob/master/manifests/system-upgrade-controller.yaml
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user