Merge branch 'main' into refactor/server-restructure

This commit is contained in:
2025-06-07 17:03:17 -04:00
3 changed files with 1 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ spec:
interval: 15m
path: ./nfs-subdir-external-provisioner
dependsOn:
- name: traefik-config
- name: traefik
prune: false # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:

View File

@@ -1,18 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: snapshot-controller
namespace: flux-system
spec:
interval: 15m
path: ./snapshot-controller
prune: false # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
name: snapshot-controller
namespace: snapshot-controller

View File

@@ -1,15 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik-config
namespace: flux-system
spec:
interval: 15m
path: ./traefik-config
dependsOn:
- name: traefik
prune: false # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system