This commit is contained in:
Matt Reeves 2024-07-08 23:01:02 -04:00
parent 89b093b947
commit da0ad97810
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
path: ./apps
prune: true
sourceRef:
kind: GitRepository
name: kub-repo
postBuild:
substituteFrom:
- kind: ConfigMap
name: global-vars

View file

@ -0,0 +1,10 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: kub-repo
namespace: flux-system
spec:
interval: 10m0s
url: https://git.mafyuh.dev/mafyuh/kub
ref:
branch: main