added bitwarden to kustomization

This commit is contained in:
Jethro 2026-03-17 21:24:37 +13:00
parent cd57745e42
commit 3cafca7808
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: bitwarden
namespace: flux-system
spec:
interval: 15m
path: ../../infrastructure/bitwarden
prune: true
dependsOn:
- name: sources
sourceRef:
kind: GitRepository
name: flux-system

View file

@ -4,4 +4,5 @@ resources:
- gotk-components.yaml - gotk-components.yaml
- gotk-sync.yaml - gotk-sync.yaml
- infrastructuresources.yaml - infrastructuresources.yaml
- infrastructurebitwarden.yaml
- apps.yaml - apps.yaml