refactor: drop prod/dev separation

This commit is contained in:
2026-02-21 23:38:57 +02:00
parent ddb1d133fd
commit a36a925451
27 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 10m
path: ./kubernetes/dev/app path: ./kubernetes/app
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View File

@@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 10m
path: ./kubernetes/dev/config path: ./kubernetes/config
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View File

@@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 10m
path: ./kubernetes/dev/infrastructure path: ./kubernetes/infrastructure
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository