From 3cafca7808308f72593acd0d01c7c2729fe10761 Mon Sep 17 00:00:00 2001 From: Jethro Date: Tue, 17 Mar 2026 21:24:37 +1300 Subject: [PATCH] added bitwarden to kustomization --- .../flux-system/infrastructurebitwarden.yaml | 14 ++++++++++++++ clusters/default/flux-system/kustomization.yaml | 1 + 2 files changed, 15 insertions(+) create mode 100644 clusters/default/flux-system/infrastructurebitwarden.yaml diff --git a/clusters/default/flux-system/infrastructurebitwarden.yaml b/clusters/default/flux-system/infrastructurebitwarden.yaml new file mode 100644 index 0000000..cc8bdb8 --- /dev/null +++ b/clusters/default/flux-system/infrastructurebitwarden.yaml @@ -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 \ No newline at end of file diff --git a/clusters/default/flux-system/kustomization.yaml b/clusters/default/flux-system/kustomization.yaml index b5254d7..bd2cd05 100644 --- a/clusters/default/flux-system/kustomization.yaml +++ b/clusters/default/flux-system/kustomization.yaml @@ -4,4 +4,5 @@ resources: - gotk-components.yaml - gotk-sync.yaml - infrastructuresources.yaml +- infrastructurebitwarden.yaml - apps.yaml