19 lines
357 B
YAML
19 lines
357 B
YAML
# ---
|
|
# apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
# kind: Kustomization
|
|
# metadata:
|
|
# name: apps
|
|
# namespace: flux-system
|
|
# spec:
|
|
# interval: 10m0s
|
|
# retryInterval: 30s
|
|
# dependsOn:
|
|
# - name: infrastructure
|
|
# sourceRef:
|
|
# kind: GitRepository
|
|
# name: flux-system
|
|
# path: ./k8s/apps
|
|
# prune: true
|
|
# wait: true
|
|
# timeout: 5m0s
|