moving infrasources yaml to flux system
This commit is contained in:
parent
2643727ae8
commit
ad9598de49
13
clusters/default/flux-system/infrastructuresources.yaml
Normal file
13
clusters/default/flux-system/infrastructuresources.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# infrastructure/sources/kustomization.yaml
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
***REMOVED***
|
||||||
|
name: sources
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1h
|
||||||
|
path: ../../infrastructure/sources
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
||||||
Loading…
Reference in a new issue