use shared directory structure
This commit is contained in:
parent
df4dbb06ec
commit
547980a1d3
15
clusters/k8s-cluster/apps.yaml
Normal file
15
clusters/k8s-cluster/apps.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: apps
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
path: ./apps
|
||||
prune: true
|
||||
wait: true
|
||||
timeout: 5m0s
|
Loading…
x
Reference in New Issue
Block a user