Files
HetznerTerra/infrastructure/addons/kustomization-external-secrets.yaml
T

16 lines
314 B
YAML
Raw Normal View History

2026-03-09 00:25:41 +00:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-external-secrets
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/external-secrets
wait: true
timeout: 5m
suspend: false