Files
HetznerTerra/infrastructure/addons/kustomization-csi.yaml
MichaelFisher1997 8b403cd1d6
Some checks failed
Deploy Cluster / Terraform (push) Successful in 45s
Deploy Cluster / Ansible (push) Failing after 1m11s
feat: migrate observability stack to flux gitops
2026-03-04 23:38:40 +00:00

18 lines
322 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-csi
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/csi
dependsOn:
- name: addon-ccm
wait: true
timeout: 5m
suspend: true