Compare commits

..

2 Commits

Author SHA1 Message Date
James Pace fe115c523b Start mosquitto. 2023-04-01 20:45:55 -04:00
James Pace 353aab3711 Add sources. 2023-04-01 20:41:40 -04:00
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: mosquitto
namespace: flux-system
spec:
interval: 5m0s
path: ./mosquitto
prune: true
sourceRef:
kind: GitRepository
name: flux-app
targetNamespace: mosquitto

View File

@ -0,0 +1,13 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: flux-app
namespace: flux-system
spec:
interval: 60s
ref:
branch: master
url: ssh://git@git.jpace121.net:2222/cd/flux-apps.git
secretRef:
name: flux-system

View File

@ -0,0 +1,13 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: flux-ci
namespace: flux-system
spec:
interval: 60s
ref:
branch: master
url: ssh://git@git.jpace121.net:2222/cd/j7s-ci.git
secretRef:
name: flux-system

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- flux-apps.yaml