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

24
kubernetes/app/ks.yaml Normal file
View File

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