refactor: move infisical Kubernetes manifests from apps to beta directory

This commit is contained in:
2026-02-26 11:30:24 +01:00
parent f49eafab4e
commit 2be2941343
10 changed files with 8 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ namespace: security
resources:
- ./namespace.yaml
- ./infisical
# 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

@@ -9,7 +9,7 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./kubernetes/apps/security/infisical/app
path: ./kubernetes/beta/security/infisical/app
prune: true
sourceRef:
kind: GitRepository

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: security
resources:
- ./infisical