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

@@ -0,0 +1,23 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 10m
path: ./kubernetes/infrastructure
prune: true
sourceRef:
kind: GitRepository
name: flux-system
dependsOn:
- name: config
decryption:
provider: sops
secretRef:
name: sops-age
postBuild:
substituteFrom:
- kind: Secret
name: cluster-vars