Reorganized topolvm
This commit is contained in:
parent
4e71d50b40
commit
6e428ed757
|
@ -7,6 +7,7 @@ spec:
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: infra-configs
|
- name: infra-configs
|
||||||
- name: traefik
|
- name: traefik
|
||||||
|
- name: topolvm
|
||||||
decryption:
|
decryption:
|
||||||
provider: sops
|
provider: sops
|
||||||
secretRef:
|
secretRef:
|
||||||
|
|
16
clusters/titan.lan.huizinga.dev/infra/topolvm.yaml
Normal file
16
clusters/titan.lan.huizinga.dev/infra/topolvm.yaml
Normal 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
|
|
@ -4,7 +4,6 @@ resources:
|
||||||
- akri.yaml
|
- akri.yaml
|
||||||
- cloudnative-pg.yaml
|
- cloudnative-pg.yaml
|
||||||
- ./rook
|
- ./rook
|
||||||
- ./topolvm
|
|
||||||
- ./node-feature-discovery
|
- ./node-feature-discovery
|
||||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
- 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
|
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user