Add namespace.

This commit is contained in:
Joseph Hanson 2024-02-25 06:25:20 -06:00
parent 7ad7598a39
commit 6294aec68c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
- ./jellyfin/ks.yaml
- ./maintainerr/ks.yaml

View file

@ -3,5 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
- ./qbittorrent/ks.yaml