chore: Add dummy security kustomization (only namespace).

This commit is contained in:
Laur IVAN 2026-02-11 20:24:38 +01:00
parent f73b1ece5a
commit e610b5dd4d
3 changed files with 16 additions and 1 deletions

View File

@ -4,7 +4,7 @@ kind: Kustomization
metadata:
name: kube-prometheus-stack
spec:
path: ./kubernetes/apps/monitoring-system/kube-prometheus-stack/app
path: ./kubernetes/apps/observability/kube-prometheus-stack/app
sourceRef:
kind: GitRepository
name: flux-system

View File

@ -1,3 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: system-upgrade
resources:
- ./namespace.yaml
# External secrets should be implemented.
# Most popular is 1password, but it's paid
# https://github.com/tholinka/home-ops implements secrets via bitwarden (which is free)

View File

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: _
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled