k8s-cluster/flux/clusters/infrastructure.yaml

22 lines
389 B
YAML
Raw Permalink Normal View History

2024-10-23 14:29:58 +00:00
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-repos
namespace: flux-system
spec:
# for later usage
# decryption:
# provider: sops
# secretRef:
# name: sops-age
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./flux/infrastructure/repos
prune: true
wait: true