testing
This commit is contained in:
parent
89b093b947
commit
da0ad97810
3 changed files with 26 additions and 0 deletions
16
cluster/infra/flux-secret-map.yaml
Normal file
16
cluster/infra/flux-secret-map.yaml
Normal 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
|
10
cluster/infra/git-repo.yaml
Normal file
10
cluster/infra/git-repo.yaml
Normal 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
|
Loading…
Reference in a new issue