fp/flux/clusters/staging/apps.yaml

17 lines
303 B
YAML
Raw Permalink Normal View History

2024-04-26 16:38:51 +00:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
2024-06-20 01:43:25 +00:00
interval: 1m0s
2024-04-26 16:38:51 +00:00
dependsOn:
- name: infra-configs
sourceRef:
kind: GitRepository
name: flux-system
2024-07-14 07:07:21 +00:00
path: ./flux/apps/staging
2024-04-26 16:38:51 +00:00
prune: true
wait: true
timeout: 5m0s