Reorganized topolvm

This commit is contained in:
Dreaded_X 2025-02-18 01:31:58 +01:00
parent 4e71d50b40
commit 6e428ed757
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
8 changed files with 17 additions and 1 deletions

View File

@ -7,6 +7,7 @@ spec:
dependsOn:
- name: infra-configs
- name: traefik
- name: topolvm
decryption:
provider: sops
secretRef:

View File

@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: topolvm
namespace: flux-system
spec:
interval: 15m
path: ./infra/topolvm
dependsOn:
- name: cert-manager
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@ -4,7 +4,6 @@ resources:
- akri.yaml
- cloudnative-pg.yaml
- ./rook
- ./topolvm
- ./node-feature-discovery
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0