18 行
317 B
YAML
18 行
317 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: apps-sources
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 30m
|
|
timeout: 15m
|
|
retryInterval: 1m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux
|
|
path: ./flux/apps/sources
|
|
prune: true
|
|
wait: true
|
|
dependsOn:
|
|
- name: sources
|