Compare commits
No commits in common. "fe115c523b8c6dd122f20c3ea10b5a2e03218b8e" and "73a44a012034dbbeb788dcec33486b1dccdc9338" have entirely different histories.
fe115c523b
...
73a44a0120
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- flux-apps.yaml
|
|
||||||
Loading…
Reference in New Issue