17 lines
305 B
YAML
17 lines
305 B
YAML
|
---
|
||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: apps
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 10m0s
|
||
|
dependsOn:
|
||
|
- name: infra-configs
|
||
|
sourceRef:
|
||
|
kind: GitRepository
|
||
|
name: flux-system
|
||
|
path: ./apps/production
|
||
|
prune: true
|
||
|
wait: true
|
||
|
timeout: 5m0s
|