added bitwarden to kustomization
This commit is contained in:
parent
cd57745e42
commit
3cafca7808
14
clusters/default/flux-system/infrastructurebitwarden.yaml
Normal file
14
clusters/default/flux-system/infrastructurebitwarden.yaml
Normal 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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue