titan-iac/infrastructure/flux-system/kustomization-zot.yaml

19 lines
375 B
YAML
Raw Permalink Normal View History

2025-08-13 15:58:51 -05:00
# infrastructure/flux-system/kustomization-zot.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: zot
namespace: flux-system
spec:
interval: 10m
path: ./services/zot
targetNamespace: zot
prune: false
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
wait: true
2025-08-13 17:21:23 -05:00
dependsOn:
- name: core