added bitwarden stuff
This commit is contained in:
parent
43ef40990a
commit
00088a7929
8
infrastructure/bitwarden/bitwardenaccesstoken.yaml
Normal file
8
infrastructure/bitwarden/bitwardenaccesstoken.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
|
***REMOVED***
|
||||||
20
infrastructure/bitwarden/helmrelease.yaml
Normal file
20
infrastructure/bitwarden/helmrelease.yaml
Normal 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
|
||||||
4
infrastructure/bitwarden/kustomization.yaml
Normal file
4
infrastructure/bitwarden/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- helmrelease.yaml
|
||||||
8
infrastructure/sources/bitwarden.yaml
Normal file
8
infrastructure/sources/bitwarden.yaml
Normal 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
|
||||||
|
|
@ -3,3 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- robjuz.yaml
|
- robjuz.yaml
|
||||||
- wikijs.yaml
|
- wikijs.yaml
|
||||||
|
- bitwarden.yaml
|
||||||
Loading…
Reference in a new issue