added bitwarden stuff

This commit is contained in:
Jethro Cotton 2026-03-17 19:20:33 +13:00
parent 43ef40990a
commit 00088a7929
5 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,8 @@
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***

View file

@ -0,0 +1,20 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
***REMOVED***
name: bitwarden-secrets-manager
***REMOVED***
spec:
interval: 15m
chart:
spec:
chart: secrets-manager
version: "*"
sourceRef:
kind: HelmRepository
name: bitwarden
namespace: flux-system
install:
createNamespace: true
values:
# keep minimal to start
replicaCount: 1

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml

View file

@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
***REMOVED***
name: bitwarden
namespace: flux-system
spec:
interval: 1h
url: https://charts.bitwarden.com

View file

@ -3,3 +3,4 @@ kind: Kustomization
resources: resources:
- robjuz.yaml - robjuz.yaml
- wikijs.yaml - wikijs.yaml
- bitwarden.yaml