From 81a2e96de1e592206d4f321e6262f3de75085ee1 Mon Sep 17 00:00:00 2001 From: Infrastructure Admin Date: Sat, 27 Sep 2025 00:05:25 -0400 Subject: [PATCH] Add Vaultwarden to GitOps infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kustomization.yaml b/kustomization.yaml index 96bd7d9..fc1d875 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,6 +5,7 @@ resources: # Start with just core files for GitOps testing - forgejo-k8s.yaml - pomerium.yaml +- vaultwarden.yaml # Exclude problematic directories: # - flux/ (managed by Flux itself)