remove traefik-config

This commit is contained in:
2025-06-07 16:39:00 -04:00
parent 3d3282cf1b
commit 9f0944e4ce
6 changed files with 1 additions and 112 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,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